You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/03/02 17:46:41 UTC

[5/6] camel git commit: CAMEL-10141 add Maven settings scripts for Java 9

CAMEL-10141 add Maven settings scripts for Java 9


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

Branch: refs/heads/master
Commit: b21421f6c140fcfeb9720f02753063d754ba49ed
Parents: 2468ba8
Author: jpoth <po...@gmail.com>
Authored: Thu Mar 2 17:12:24 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Mar 2 18:46:27 2017 +0100

----------------------------------------------------------------------
 buildingtools/java9-maven-settings     | 2 ++
 buildingtools/java9-maven-settings.bat | 1 +
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b21421f6/buildingtools/java9-maven-settings
----------------------------------------------------------------------
diff --git a/buildingtools/java9-maven-settings b/buildingtools/java9-maven-settings
new file mode 100755
index 0000000..7e91c83
--- /dev/null
+++ b/buildingtools/java9-maven-settings
@@ -0,0 +1,2 @@
+#!/usr/bin/env bash
+export MAVEN_OPTS="--add-modules java.activation --add-exports=java.xml/com.sun.org.apache.xml.internal.resolver.tools=ALL-UNNAMED --add-exports=java.xml/com.sun.org.apache.xml.internal.resolver=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.desktop/java.awt.font=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED  --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.util.regex=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED"
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/b21421f6/buildingtools/java9-maven-settings.bat
----------------------------------------------------------------------
diff --git a/buildingtools/java9-maven-settings.bat b/buildingtools/java9-maven-settings.bat
new file mode 100644
index 0000000..9a763c6
--- /dev/null
+++ b/buildingtools/java9-maven-settings.bat
@@ -0,0 +1 @@
+set MAVEN_OPTS="--add-modules java.activation --add-exports=java.xml/com.sun.org.apache.xml.internal.resolver.tools=ALL-UNNAMED --add-exports=java.xml/com.sun.org.apache.xml.internal.resolver=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.desktop/java.awt.font=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED  --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.util.regex=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED"
\ No newline at end of file