Skip to content

Instantly share code, notes, and snippets.

View olpaw's full-sized avatar

Paul Woegerer olpaw

  • Oracle Labs
  • Vienna, Austria
View GitHub Profile
[INFO] --- maven-assembly-plugin:3.1.0:single (assemble-all) @ netty-plot ---
[INFO] Building jar: /home/pwoegere/OLabs/git/graalvm-demos/native-netty-plot/target/netty-plot-0.1-jar-with-dependencies.jar
[INFO]
[INFO] --- native-image-maven-plugin:1.0.0-rc14:native-image (default) @ netty-plot ---
[INFO] ImageClasspath Entry: io.netty:netty-all:jar:4.1.30.Final:compile (file:///home/pwoegere/.m2/repository/io/netty/netty-all/4.1.30.Final/netty-all-4.1.30.Final.jar)
[INFO] ImageClasspath Entry: net.objecthunter:exp4j:jar:0.4.8:compile (file:///home/pwoegere/.m2/repository/net/objecthunter/exp4j/0.4.8/exp4j-0.4.8.jar)
[INFO] ImageClasspath Entry: org.jfree:jfreesvg:jar:3.3:compile (file:///home/pwoegere/.m2/repository/org/jfree/jfreesvg/3.3/jfreesvg-3.3.jar)
[INFO] ImageClasspath Entry: com.oracle.substratevm:netty-plot:jar:0.1 (file:///home/pwoegere/OLabs/git/graalvm-demos/native-netty-plot/target/netty-plot-0.1.jar)
[INFO] Executing: /home/pwoegere/OLabs/graalvm-ce-1.0.0-rc14/bin/native-image -cp /home/pwoeg
<plugin>
<groupId>com.oracle.substratevm</groupId>
<artifactId>native-image-maven-plugin</artifactId>
<version>1.0.0-rc14</version>
<executions>
<execution>
<goals>
<goal>native-image</goal>
</goals>
<phase>package</phase>