MVN

com.oracle.substratevm : native-image-maven-plugin

Maven & Gradle

Nov 04, 2019
19.7k stars

native-image-maven-plugin Maven Plugin · Tool for generating an image that contains ahead-of-time compiled Java code.

<plugin>
    <groupId>com.oracle.substratevm</groupId>
    <artifactId>native-image-maven-plugin</artifactId>
    <version>19.2.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oracle.substratevm : native-image-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 19.2.1
  • Latest Release Candidate: 1.0.0-rc16

All Versions

Choose a version of com.oracle.substratevm : native-image-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
19.2.x
native-image-maven-plugin-19.2.1
native-image-maven-plugin-19.2.0.1
native-image-maven-plugin-19.2.0
19.1.x
native-image-maven-plugin-19.1.1
native-image-maven-plugin-19.1.0
19.0.x
native-image-maven-plugin-19.0.2
native-image-maven-plugin-19.0.0
1.0.x
native-image-maven-plugin-1.0.0-rc16
native-image-maven-plugin-1.0.0-rc15
native-image-maven-plugin-1.0.0-rc14
native-image-maven-plugin-1.0.0-rc13
native-image-maven-plugin-1.0.0-rc12
native-image-maven-plugin-1.0.0-rc10
native-image-maven-plugin-1.0.0-rc11
native-image-maven-plugin-1.0.0-rc9
native-image-maven-plugin-1.0.0-rc8

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.oracle.substratevm</groupId>
    <artifactId>native-image-maven-plugin</artifactId>
    <version>19.2.1</version>
</plugin>

Advertisement