# ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory maven.compile.debug = on maven.compile.optimize = off maven.compile.deprecation = on maven.javadoc.private = on maven.xdoc.jsl=../commons-build/commons-site.jsl maven.xdoc.date=bottom maven.xdoc.poweredby.image=maven-feather.png maven.xdoc.version=${pom.currentVersion} maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html maven.xdoc.includeProjectDocumentation=yes #maven.linkcheck.enable = off maven.repo.remote=file://${basedir}/lib,http://www.ibiblio.org/maven maven.junit.fork = true maven.junit.sysproperties = test.basedir test.ftp.uri test.smb.uri test.webdav.uri test.sftp.uri test.http.uri maven.test.failure.ignore=true maven.ant.excludeTests=**/*.java test.data.src=${maven.src.dir}/test-data test.basedir=${maven.build.dir}/test-data test.policy=${maven.test.data.src}/test.policy test.secure=false test.smb.uri=smb://${test.user}:${test.password}@${test.hostname}/${test.user}${test.path} test.ftp.uri=ftp://${test.user}:${test.password}@${test.hostname}${test.path} test.http.uri=http://${test.hostname}${test.path} test.webdav.uri=webdav://${test.user}:${test.password}@${test.hostname}${test.path} test.sftp.uri=sftp://${test.user}:${test.password}@${test.hostname}/home/${test.user}${test.path} maven.checkstyle.properties = ${basedir}/checkstyle.properties