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

This plugin generates J2EE Application Client file.
 
Important Notes:

 * Maven 3.X only
 * JDK 6 minimum requirement

You should specify the version in your project's plugin configuration:
 
<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-acr-plugin</artifactId>
  <version>3.0.0</version>
</plugin>

You can download the appropriate sources etc. from the download page:
 
http://maven.apache.org/plugins/maven-acr-plugin/download.html
 
Release Note Apache Maven ACR Plugin Version 3.0.0

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

Improvements:

 * [MACR-12] - Update version of plexus-archiver to 2.5
 * [MACR-13] - Update version of plexus-archiver to 2.7.1
 * [MACR-14] - Upgrade plexus-interpolation to 1.21
 * [MACR-15] - Upgrade maven-filtering to 1.3
 * [MACR-16] - Upgrade maven-archiver to 2.6
 * [MACR-17] - Upgrade plexus-archiver 2.7.1 to 2.8.2
 * [MACR-18] - Upgrade to maven-plugins version 25 to 26
 * [MACR-19] - Upgrade to maven-plugins parent version 27
 * [MACR-20] - Upgrade maven-plugin-testing-harness to 1.3
 * [MACR-21] - Upgrade from plexus-archiver 2.4.4 to 2.9
 * [MACR-22] - Remove unnecessary exclusions of 
org.codehaus.plexus:plexus-component-api
 * [MACR-23] - Upgrade Maven 3.X Only JDK 1.6
 * [MACR-24] - Change package to org.apache.maven.plugins to prevent conflict 
with Maven Core
 * [MACR-25] - Rename properties according to the plugin name
 * [MACR-26] - Update lifecycle mapping to newest plugin version.
 * [MACR-27] - Bump version to 3.0.0-SNAPSHOT
 
Enjoy,
 
-The Apache Maven team

Reply via email to