# ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- maven.final.name = maven maven.announcement = beta10 # ------------------------------------------------------------------- # C H E C K S T Y L E P R O P E R T I E S # ------------------------------------------------------------------- maven.checkstyle.properties = ${basedir}/checkstyle.xml # ------------------------------------------------------------------- # S I M I A N P R O P E R T I E S # ------------------------------------------------------------------- maven.simian.linecount = 4 # ------------------------------------------------------------------- # 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 maven.xdoc.date.format = dd MMMM yyyy HH:mm Z # 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 #------------------------------------------------------------------ # M U L T I P R O J E C T - A L L P L U G I N G S #------------------------------------------------------------------ maven.multiproject.basedir=${basedir}/src/plugins-build #do not go down to nested subproject maven.multiproject.includes=*/project.xml maven.multiproject.navigation=independent maven.multiproject.overviewPage.title=Maven Plugins maven.multiproject.overviewPage.link=reference/plugins #maven.multiproject.overviewPage.linkTitle=Plugins maven.multiproject.overviewPage.text=The following plugins are provided along with Maven