# ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- maven.compile.debug = on maven.compile.optimize = off maven.compile.deprecation = on maven.jarResources.basedir=${basedir}/src/java # disable non-critical errors to highlight # more important ones like missing javadoc maven.checkstyle.properties=${basedir}/checkstyle.properties # for those using maven 1.0RC1 it might be neccessary # to add the following into your build.properties # maven.checkstyle.properties=${basedir}/checkstyle.xml # documentation properties maven.xdoc.date=left maven.xdoc.version=${pom.currentVersion} maven.junit.fork=true betwixt.repository=scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/betwixt/ maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html