# ----------------------------------------------------------------------------- # 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://cvs.apache.org/repository/, http://www.apache.org/dist/java-repository/, http://www.ibiblio.org/maven, http://mirrors.sunsite.dk/maven/ # XDOC PLUGIN ############### # Display project version and date on web site maven.xdoc.date = left maven.xdoc.version = ${pom.currentVersion} maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory