Repository: maven-surefire Updated Branches: refs/heads/master 7af0a0a23 -> 100f69602
[Agreed with Oracle] [SUREFIRE-1403] [DOC] [Jigsaw] [Java 9] add "--add-modules ALL-SYSTEM" to forked CLI argument Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/100f6960 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/100f6960 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/100f6960 Branch: refs/heads/master Commit: 100f696029a53d57dbacd0f3962f3c305891588c Parents: 7af0a0a Author: Tibor17 <[email protected]> Authored: Sun Sep 3 20:44:04 2017 +0200 Committer: Tibor17 <[email protected]> Committed: Sun Sep 3 20:44:04 2017 +0200 ---------------------------------------------------------------------- maven-surefire-plugin/src/site/markdown/java9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/100f6960/maven-surefire-plugin/src/site/markdown/java9.md ---------------------------------------------------------------------- diff --git a/maven-surefire-plugin/src/site/markdown/java9.md b/maven-surefire-plugin/src/site/markdown/java9.md index 96bc9a8..e0f758f 100644 --- a/maven-surefire-plugin/src/site/markdown/java9.md +++ b/maven-surefire-plugin/src/site/markdown/java9.md @@ -23,7 +23,7 @@ Java 9 in JAVA_HOME $ export JAVA_HOME=/path/to/jdk9 $ mvn test -The plugin will automatically add `--add-modules ALL-SYSTEM` on JVM argument in CLI (unless already specified by user) +The plugin will automatically add `--add-modules java.se.ee` on JVM argument in CLI (unless already specified by user) and all Java 9 API is provided to run your tests.
