# Copyright 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. # Remote repos maven.repo.remote = http://www.bluesunrise.com/maven/, http://www.ibiblio.org/maven/ # Display the date on the Maven web site maven.xdoc.date = left # Display the maven version the web site is documenting maven.xdoc.version = ${pom.currentVersion} maven.checkstyle.header.file=${basedir}/../checkstyle.license maven.checkstyle.properties=${basedir}/../checkstyle.xml maven.compile.deprecation=on maven.license.licenseFile=${basedir}/../LICENSE.TXT # Include private method and field in Javadoc. maven.javadoc.private=true # Removed the rule ${plugin.resources}/rulesets/naming.xml from the default # maven.pmd.rulesetfiles. This is because the LongVariableName rule is to # restrictive. We need to increase the limit from 12 to 20 maven.pmd.rulesetfiles=${plugin.resources}/rulesets/strings.xml,${plugin.resources}/rulesets/junit.xml,${plugin.resources}/rulesets/braces.xml,${plugin.resources}/rulesets/basic.xml,${plugin.resources}/rulesets/unusedcode.xml,${plugin.resources}/rulesets/design.xml,${plugin.resources}/rulesets/imports.xml,${plugin.resources}/rulesets/codesize.xml maven.multiproject.type=jar