# ----------------------------------------------------------------------------- # Default properties for the Maven build. You can override these properties # either by defining a build.properties file with the overriden properties # or by passing them on the command line as system parameters (-D). # ----------------------------------------------------------------------------- # MAVEN CORE ############## # comma-spearated list of remote JAR repository URLs maven.repo.remote=http://www.ibiblio.org/maven/,\ http://svn.apache.org/repository/,\ http://dist.codehaus.org # XDOC PLUGIN ############### # Display project version and date on web site maven.xdoc.date = left maven.xdoc.version = ${pom.currentVersion} maven.html2xdoc.enabled=false maven.html2xdoc.dir=./xdocs