venusdrogon / feilong-platform

:gem:all feilong projects's parent
http://feitianbenyue.iteye.com/
Apache License 2.0
94 stars 58 forks source link

Apache Maven WAR Plugin Version 3.2.0 Released #114

Closed venusdrogon closed 7 years ago

venusdrogon commented 7 years ago

http://blog.soebes.de/blog/2017/10/08/apache-maven-war-plugin-version-3-dot-2-0-released/

The Apache Maven team is pleased to announce the release of the Apache Maven WAR Plugin, version 3.2.0.

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.

You should specify the version in your project’s plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-war-plugin</artifactId>
  <version>3.2.0</version>
</plugin>

You can download the appropriate sources etc. from the download page.

Important Note:

Maven 3.X only JDK 7 minimum requirement Release Notes – Maven WAR Plugin – Version 3.1.0

Bug:

MWAR-407 – Binary files are modified during web.xml filtering; revert MWAR-404 Dependency upgrades:

MWAR-409 – Upgrade maven-archiver to 3.2.0 / plexus-archiver 3.5 MWAR-410 – Upgrade plexus-utils to version 3.1.0