mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 10:09:26 +00:00
Submitted by: Brent Warden Reviewed by: Mark Diggory I also regenerated the build.xml using Maven to get the Discovery dependency added in. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@140996 13f79535-47bb-0310-9956-ffa450edef68
18 lines
614 B
Properties
18 lines
614 B
Properties
##
|
|
# Properties that override Maven build defaults
|
|
##
|
|
|
|
maven.checkstyle.properties=${basedir}/checkstyle.xml
|
|
maven.test.failure = false
|
|
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/,\
|
|
http://jakarta.apache.org/commons/logging/api/
|