The Apache Maven team is pleased to announce the release of the 
Apache Maven JLink Plugin Version 3.0.0-alpha-1 release
 
https://maven.apache.org/plugins/maven-jlink-plugin/

The plugin has got the major version 3 to make clear this plugin
is only for Maven 3+.

 * Maven 3.X only
 * JDK 7 minimum requirement

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.0.0-alpha-1</version>
  <extensions>true</extensions>
</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 3.0.0-alpha-1

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317227&version=12338874

Dependency upgrade:

 * [MJLINK-2] - Upgrade several plugins to get a working site generation

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