# 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.properties=${basedir}/../checkstyle.properties maven.compile.deprecation=on # 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 CORNERSTONE_HOME=${basedir} CORNERSTONE_RUNTIME_HOME=${maven.build.dir}/runtime CORNERSTONE_RUNTIME_REGISTRY_DIR=${CORNERSTONE_RUNTIME_HOME}/registry configDir=./config registryDir=./registry