You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Download Maven or import as Maven project into your IDE.
22
22
*`mvn -Pnative package` to build a native-image
23
23
*`mvn -Passembly package` to build an uber JAR containing all dependencies using the Maven Assembly Plugin. The resulting JAR can be executed using `java -jar embedding-1.0-SNAPSHOT-jar-with-dependencies.jar`. We do recommend not using shading whenever possible.
24
24
*`mvn -Pshade package` to build an uber JAR containing all dependencies using the Maven Shade Plugin. The resulting JAR can be executed using `java -jar embedding-1.0-SNAPSHOT.jar`. We do recommend not using shading whenever possible.
25
+
*`mvn -Pisolated package` to install native isolate versions of languages for the current platform
25
26
26
27
Please see the [pom.xml](./pom.xml) file for further details on the configuration.
0 commit comments