You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2018/02/18 01:42:40 UTC

maven-surefire git commit: [README.md] How to build with JDK 10

Repository: maven-surefire
Updated Branches:
  refs/heads/master eb210e08f -> d46556f6d


[README.md] How to build with JDK 10


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/d46556f6
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/d46556f6
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/d46556f6

Branch: refs/heads/master
Commit: d46556f6d60f47564d3065970b743e983616b730
Parents: eb210e0
Author: Tibor17 <ti...@apache.org>
Authored: Sun Feb 18 02:42:25 2018 +0100
Committer: Tibor17 <ti...@apache.org>
Committed: Sun Feb 18 02:42:25 2018 +0100

----------------------------------------------------------------------
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/d46556f6/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c3dd2d2..639422f 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,9 @@ But in order to run IT tests, you can do:
   **(on Linux/Unix)** *export MAVEN_OPTS="-server -Xmx512m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=384m -XX:+UseG1GC -XX:+UseStringDeduplication -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true -Dhttps.protocols=TLSv1"*  
   **(on Windows)** *set MAVEN_OPTS="-server -Xmx256m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=384m -XX:+UseG1GC -XX:+UseStringDeduplication -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true -Dhttps.protocols=TLSv1"*    
 * In order to run the build with **JDK 9** **on Windows** (**on Linux/Unix modify system property jdk.home**):  
-  *mvn install site site:stage -P reporting,run-its "-Djdk.home=e:\Program Files\Java\jdk9\"* 
+  *mvn install site site:stage -P reporting,run-its "-Djdk.home=e:\Program Files\Java\jdk9\"*
+* In order to run the build with **JDK 10** disable JaCoCo due to a [bug in JaCoCo](https://github.com/jacoco/jacoco/issues/629)
+  *mvn install site site:stage -P reporting,run-its -Djacoco.skip=true "-Djdk.home=e:\Program Files\Java\jdk10\"*
   
 ### Deploying web site