Apache Maven ACR Plugin Version 1.1 Released
The Apache Maven team is pleased to announce the release of the Apache Maven ACR Plugin, Version 1.1.
This plugin generates J2EE Application Client file.
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-acr-plugin</artifactId>
4 <version>1.1</version>
5</plugin>
Release Notes - Apache Maven ACR Version 1.1
Bug:
- MACR-5 - Usage page is wrong: Maven 3.0.4 does not include ACR plugin
Tasks:
- MACR-6 - use maven-plugin-tools' java 5 annotations
- MACR-7 - Removed warnings during build
- MACR-9 - Upgrade plexus-archiver to 2.4.4
- MACR-10 - Upgrade maven-filtering to 1.2
Enjoy,
-The Apache Maven team
Karl-Heinz Marbaise