mirror of
https://github.com/apache/commons-math.git
synced 2025-02-15 14:36:56 +00:00
unit test, 2. The date/time and version are included in the xdoc transformation, 3. JUnit is now forker, and 4. We use checkstyle.properties to customize the behavior of Checkstyle. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@140849 13f79535-47bb-0310-9956-ffa450edef68
14 lines
338 B
Properties
14 lines
338 B
Properties
##
|
|
# Properties that override Maven build defaults
|
|
##
|
|
|
|
maven.checkstyle.properties=${bsaedir}/checkstyle.properties
|
|
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
|
|
|