Skip to content

Commit 22ba8f9

Browse files
committed
adding comment on maven property to skip tests.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141081 13f79535-47bb-0310-9956-ffa450edef68
1 parent 34aaa6a commit 22ba8f9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

project.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
maven.checkstyle.properties=${basedir}/checkstyle.xml
66
maven.test.failure = false
7+
8+
#If you wish to skip tests when doing builds, uncomment
9+
#maven.test.skip = true
710
maven.junit.fork=true
811
#maven.linkcheck.enable=true
912

@@ -17,4 +20,4 @@ maven.javadoc.links = http://java.sun.com/j2se/1.4.2/docs/api/,\
1720
http://jakarta.apache.org/commons/lang/api/,\
1821
http://jakarta.apache.org/commons/discovery/api/,\
1922
http://jakarta.apache.org/commons/logging/api/
20-
23+

0 commit comments

Comments
 (0)