Apache Maven JLink Plugin Version 3.0.0 Released
The Apache Maven team is pleased to announce the release of the Apache Maven JLink Plugin, version 3.0.0.
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</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
-
Bugs:
-
New Features:
-
Improvements:
- MJLINK-1 - Dependency Report produces exception based on JDK 9 based JAR file...
- MJLINK-3 - Improve verbose output during build
- MJLINK-6 - Allow set the jmods path
- MJLINK-14 - Let POM parent do it's work
- MJLINK-15 - Upgrade plexus-java 0.9.7
- MJLINK-26 - Can not create an image from a single module project without a dependency
- MJLINK-28 - Add WARNING in case of duplicate module names
- MJLINK-45 - make build Reproducible
- MJLINK-50 - Upgrade to Java 8 / Maven 3.1.0
-
Dependency upgrades
- MJLINK-8 - Upgrade plexus-java 0.9.5
- MJLINK-10 - Upgrade maven-plugin-plugin to 3.5.1
- MJLINK-11 - Upgrade parent to 31
- MJLINK-13 - Remove hard code version for maven-site-plugin
- MJLINK-16 - Upgrade mave-surefire/failsafe-plugin 2.21.0
- MJLINK-17 - Add documentation information for GitHub
- MJLINK-20 - Upgrade plexus-archiver to 3.6.0
- MJLINK-21 - Upgrade test dependencies
- MJLINK-22 - Upgrade maven-plugins parent to version 32.
- MJLINK-24 - Upgrade bound plugins
- MJLINK-25 - Upgrade bounded plugins (maven-resources-plugin to 3.1.0)
- MJLINK-29 - Upgrade maven-compiler-plugin to version 3.8.0 in IT's
- MJLINK-30 - Upgrade parent to version 33
- MJLINK-31 - Upgrade plexus-java 0.9.11
- MJLINK-32 - Upgrade plexus-archiver 3.7.0
- MJLINK-33 - Upgrade maven-archiver 3.3.0
- MJLINK-34 - Upgrade java-language to 1.0.1
- MJLINK-35 - Upgrade plexus-archiver - 4.1.0
- MJLINK-37 - Upgrade maven-archiver to 3.4.0
- MJLINK-38 - Upgrade plexus-java 1.0.3
- MJLINK-43 - upgrade plexus-java 1.0.5
- MJLINK-44 - Upgrade maven-plugins to 34
- MJLINK-46 - Upgrade maven-archiver to 3.5.0
Enjoy,
-The Apache Maven team