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

This plugin builds a Web Application Archive (WAR) file from the project output 
and its dependencies.

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.3.2</version>
</plugin>


Release Notes - Apache Maven WAR Plugin - Version 3.3.2

Bug
* [MWAR-439] WAR Plugin 3.3.1 hits NPE when exploding if maven session start 
time is null

Improvement
* [MWAR-441] Allow "outdatedCheckPath" parameter to be set to cover web app 
dir root (everything in the web app directory)


Enjoy,

-The Maven team



Reply via email to