The Apache Maven team is pleased to announce the release of the Apache Maven JLink Plugin, version 3.3.0
The JLink Plugin is intended to create Modular Java Run-Time Images via jlink. https://maven.apache.org/plugins/maven-jlink-plugin/ You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jlink-plugin</artifactId> <version>3.3.0</version> </plugin> You can download the appropriate sources etc. from the download page: https://maven.apache.org/plugins/maven-jlink-plugin/download.cgi Release Notes - Maven JLink Plugin - Version 3.3.0 https://github.com/apache/maven-jlink-plugin/releases/tag/maven-jlink-plugin-3.3.0 Enjoy, -The Apache Maven team
