Apache Maven JLink Plugin Version 3.0.0-alpha-1 Released
The Apache Maven team is pleased to announce the release of the Apache Maven JLink Plugin, version 3.0.0-alpha-1.
This is the first public release of this plugin. It is explicitly an alpha version which means you can give feedback how to use it or how to improve the plugin.
The JLink Plugin is intended to create a 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:
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-jlink-plugin</artifactId>
4 <version>3.0.0-alpha-1</version>
5</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.0.0-alpha-1
Dependency upgrade:
- MJLINK-2 - Upgrade several plugins to get a working site generation
Enjoy,
-The Apache Maven team