All Downloads are FREE. Search and download functionalities are using the official Maven repository.

maven_templates.native-image-maven-plugin.xml Maven / Gradle / Ivy

There is a newer version: 4.4.0
Show newest version
<plugin>
    <groupId>org.graalvm.nativeimage</groupId>
    <artifactId>native-image-maven-plugin</artifactId>
    <version>21.2.0</version>
    <executions>
        <execution>
            <goals>
                <goal>native-image</goal>
            </goals>
            <phase>package</phase>
        </execution>
    </executions>
    <configuration>
        <skip>${native-image.skip}</skip>
        <imageName>${project.artifactId}</imageName>
        <buildArgs>
            --no-fallback -H:ReflectionConfigurationFiles=${project.basedir}/src/main/reflect-config.json
        </buildArgs>
    </configuration>
</plugin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy