The Apache Maven team is pleased to announce the release of the Maven
WAR Plugin version 3.4.0.
https://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>3.4.0</version>
</plugin>
Release Notes - Maven WAR Plugin - Version 3.4.0
** Bug
* [MWAR-456] - Latest maven-war-plugin causing vulnerable .jars to
be downloaded
** Improvement
* [MWAR-450] - ISO8859-1 properties files get changed into UTF-8
when filtered
* [MWAR-452] - One page about Skinny WARs
** Task
* [MWAR-444] - Update plugin (requires Maven 3.2.5+)
* [MWAR-453] - Require Java 8
* [MWAR-457] - Update plexus-utils to 3.0.24 - in its
* [MWAR-465] - Empty test classes cause dependency:analyze to fail
* [MWAR-466] - Refresh download page
** Dependency upgrade
* [MWAR-454] - Upgrade Parent to 36
* [MWAR-458] - Update maven-filtering to version 3.3.1
* [MWAR-459] - Bump plexus-archiver to 4.7.1
* [MWAR-460] - Bump maven-archiver from 3.5.1 to 3.6.0
* [MWAR-461] - Bump commons-io from 2.6 to 2.11.0
* [MWAR-462] - Bump plexus-utils from 3.3.0 to 3.5.1
* [MWAR-463] - Upgrade Parent to 39
* [MWAR-464] - Upgrade lifecycle mapping plugins
* [MWAR-467] - Upgrade components
Enjoy,
-The Apache Maven team