# ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- maven.final.name = maven maven.announcement = beta2 # ------------------------------------------------------------------- # C H E C K S T Y L E P R O P E R T I E S # ------------------------------------------------------------------- maven.checkstyle.properties = ${basedir}/project.properties checkstyle.lcurly.type = nl checkstyle.lcurly.method = nl checkstyle.lcurly.other = nl checkstyle.rcurly = alone checkstyle.paren.pad = ignore checkstyle.maxlinelen = 132 checkstyle.maxmethodlen = 175 checkstyle.ignore.whitespace = yes checkstyle.header.file = LICENSE.txt checkstyle.header.ignoreline = 1,2,3,4,5,6 checkstyle.pattern.const = log|^[a-zA-Z][a-zA-Z0-9_]*$ # ------------------------------------------------------------------- # J A V A D O C P R O P E R T I E S # ------------------------------------------------------------------- maven.javadoc.links = http://jakarta.apache.org/commons/jelly/apidocs/, http://jakarta.apache.org/commons/betwixt/apidocs/, http://werkz.werken.com/apidocs/ # 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.jar.manifest = manifest.mf # ------------------------------------------------------------------- # T E S T I N G # ------------------------------------------------------------------- # This is to test a feature where a value is defined in a properties file # and is available for use inside the POM. pomProperty = value maven.build.dir = ${basedir}/target maven.gen.docs = ${maven.build.dir}/generated-xdocs