# 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.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 jar.name=${maven.final.name}.jar CORNERSTONE_HOME=../cornerstone CORNERSTONE_RUNTIME_HOME=${CORNERSTONE_HOME}/target/runtime CORNERSTONE_RUNTIME_REGISTRY_DIR=${CORNERSTONE_RUNTIME_HOME}/registry