The Apache Maven team is pleased to announce the release of the Apache
Maven JLink Plugin, version 3.2.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.2.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.2.0

Bug

    [MJLINK-62] - Replace ByteArrayOutputStream with StringWriter
    [MJLINK-64] - Add-options double quoting

New Feature

    [MJLINK-75] - Reproducibility of ZIP artifacts

Improvement

    [MJLINK-69] - Update to Java 11
    [MJLINK-76] - Upgrade maven-plugin parent to 41

Task

    [MJLINK-77] - Update description and parameters of --compress to
reflect JDK21 changes

Dependency upgrade

    [MJLINK-63] - Upgrade plexus-java
    [MJLINK-66] - Update parent pom to 39
    [MJLINK-70] - Update m-site-p to 3.12.1
    [MJLINK-71] - Require Maven 3.6.3 as new baseline
    [MJLINK-72] - Remove common-lang3
    [MJLINK-74] - Update org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.9.1


Enjoy,

-The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to