The release notes link points to the EAR plugin :) On Mon, Jan 12, 2015 at 9:59 PM, Karl Heinz Marbaise <[email protected]> wrote:
> The Apache Maven team is pleased to announce the release of the > Apache Maven WAR Plugin, version 2.6 > > The WAR Plugin is responsible for collecting all artifact dependencies, > classes > and resources of the web application and packaging them into a web > application > archive. > > http://maven.apache.org/plugins/maven-war-plugin/ > > You should specify the version in your project's plugin configuration: > > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-war-plugin</artifactId> > <version>2.6</version> > </plugin> > > Release Notes - Maven WAR Plugin - Version 2.6 > > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11132&version=20436 > > Bugs: > > * [MWAR-167] - Final manifest not written to exploded location > * [MWAR-309] - 'mvn package' duplicates WEB-INF/classes on linux only > * [MWAR-331] - IOException: Mark invalid -- With version 2.5 > * [MWAR-333] - Fix thread safety issues by upgrading plexus-interpolation > to 1.21 > * [MWAR-341] - Overlay task fails on unpacking when applying file > permissions > > Improvements: > > * [MWAR-329] - Update version of plexus-archiver to 2.7.1 > * [MWAR-330] - Update version plexus-io 2.2 > * [MWAR-334] - Upgrade maven-filtering to 1.3 > * [MWAR-335] - Upgrade maven-archiver dependency to v2.6 > * [MWAR-336] - Upgrade to maven-plugins version 25 to 26 > * [MWAR-338] - Upgrade to maven-plugins parent version 27 > * [MWAR-339] - Upgrade plexus-archiver to 2.9 > > Enjoy, > > -The Apache Maven team > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
