You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2018/02/09 20:58:57 UTC

commons-rng git commit: Workaround build failure.

Repository: commons-rng
Updated Branches:
  refs/heads/master b28f668ee -> 07431135c


Workaround build failure.

Thanks to Bindul Bhowmik.


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/07431135
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/07431135
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/07431135

Branch: refs/heads/master
Commit: 07431135cb65f3e5a20127d3f15c027162d39b7c
Parents: b28f668
Author: Gilles <er...@apache.org>
Authored: Fri Feb 9 21:56:15 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Fri Feb 9 21:56:15 2018 +0100

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/07431135/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index de01476..b8f82fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,6 +171,8 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
+          <!-- Default "forkCount" leads to build failure on JDK 9. -->
+          <forkCount>0</forkCount>
           <includes>
             <include>**/*Test.java</include>
           </includes>