2003-11-14 16:46:30 -05:00
|
|
|
##
|
|
|
|
# Properties that override Maven build defaults
|
|
|
|
##
|
|
|
|
|
|
|
|
maven.checkstyle.properties=${basedir}/checkstyle.xml
|
|
|
|
maven.test.failure = false
|
2004-01-30 09:19:26 -05:00
|
|
|
maven.xdoc.poweredby.image=maven-feather.png
|
2004-01-29 13:24:02 -05:00
|
|
|
|
|
|
|
#If you wish to skip tests when doing builds, uncomment
|
|
|
|
#maven.test.skip = true
|
2003-11-14 16:46:30 -05:00
|
|
|
maven.junit.fork=true
|
|
|
|
#maven.linkcheck.enable=true
|
|
|
|
|
|
|
|
maven.xdoc.date=left
|
|
|
|
maven.xdoc.version=${pom.currentVersion}
|
|
|
|
maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
|
|
|
|
|
|
|
|
maven.javadoc.links = http://java.sun.com/j2se/1.4.2/docs/api/,\
|
|
|
|
http://jakarta.apache.org/commons/collections/api/,\
|
|
|
|
http://jakarta.apache.org/commons/beanutils/api/,\
|
2003-11-15 15:59:34 -05:00
|
|
|
http://jakarta.apache.org/commons/lang/api/,\
|
|
|
|
http://jakarta.apache.org/commons/discovery/api/,\
|
2003-11-17 15:56:13 -05:00
|
|
|
http://jakarta.apache.org/commons/logging/api/
|
2004-01-29 13:24:02 -05:00
|
|
|
|