# # $Id$ # # 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 maven.compile.fork=yes maven.junit.fork=yes # 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=war deploy.war.dir=/apache/tomcat5/webapps portlet.app.name=HW_App webapp.dir=${basedir}/src/webapp