We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb99857 commit b268754Copy full SHA for b268754
apache-maven/src/assembly/shared/run
@@ -11,6 +11,7 @@ fi
11
exec "$JAVACMD" \
12
$MAVEN_OPTS \
13
$MAVEN_DEBUG_OPTS \
14
+ --enable-native-access=ALL-UNNAMED \
15
-classpath "$LAUNCHER_JAR" \
16
"-Dclassworlds.conf=$CLASSWORLDS_CONF" \
17
"-Dmaven.home=$MAVEN_HOME" \
apache-maven/src/assembly/shared/run.cmd
@@ -1,6 +1,7 @@
1
"%JAVACMD%" ^
2
%MAVEN_OPTS% ^
3
%MAVEN_DEBUG_OPTS% ^
4
+ --enable-native-access=ALL-UNNAMED ^
5
-classpath %LAUNCHER_JAR% ^
6
"-Dclassworlds.conf=%CLASSWORLDS_CONF%" ^
7
"-Dmaven.home=%MAVEN_HOME%" ^
0 commit comments