blob: 07e11df2c5e33d88c52619b73a37c034d1fab751 [file] [log] [blame]
# Copyright 2001-2004 The Apache Software Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
##############################################################################
#
# Master configuration file for maven builds
#
# Note: All settings defined in this file can be overridden
# in build.properties.
#
# Version: $Id$
#
##############################################################################
maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
# Used to generate the checkstyle reports
#maven.checkstyle.format = turbine
maven.checkstyle.properties=conf/checkstyle.xml
maven.checkstyle.header.file=conf/HEADER.txt
# test properties
maven.test.error.ignore=true
maven.test.failure.ignore=true
# Standard settings
maven.xdoc.jsl=../commons-build/commons-site.jsl
maven.xdoc.date=left
maven.xdoc.poweredby.image=maven-feather.png
maven.xdoc.version=${pom.currentVersion}
maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
# Use included jars
#maven.jar.override=true
#maven.jar.activation = ${basedir}/lib/activation-1.0.2.jar
#maven.jar.javamail = ${basedir}/lib/javamail-1.3.2.jar