Native Image Maven Plugin

June 5, 2026 ยท View on GitHub

Maven plugin for GraalVM Native Image building

End-user documentation about the plugins can be found here.

Maintainer specification

This subproject has its own grund specification:

Building

This plugin can be built with this command (from the root directory):

./gradlew :native-maven-plugin:publishAllPublicationsToCommonRepository --no-parallel

The command will publish a snapshot to build/common-repo. For more details, see the Developer documentation.

In order to run testing part of this plugin you need to get (or build) corresponding junit-platform-native artifact.

You can also take a look at CI workflow here.