Apache Maven ACR Plugin Version 3.0.0 Released
The Apache Maven team is pleased to announce the release of the Apache Maven ACR Plugin, Version 3.0.0.
This plugin generates J2EE Application Client file.
Important Note: This is a Maven 3.X only plugin and needs JDK 6 to run.
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-acr-plugin</artifactId>
4 <version>3.0.0</version>
5</plugin>
Release Notes - Apache Maven ACR Version 3.0.0
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
Karl-Heinz Marbaise