blob: 64d94671cf5340a222a88c014ab06bc8430ef83e [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: project.properties,v 1.1 2004/11/25 09:56:56 epugh Exp $
#
##############################################################################
# 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=../../jakarta-commons/commons-build/commons-site.jsl
maven.xdoc.date=bottom
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