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

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


Release Notes - Apache Maven WAR Plugin - Version 3.3.0

Bug
* [MWAR-429] Failed to execute goal 
org.apache.maven.plugins:maven-war-plugin:3.2.3:exploded (pre-exploded-war) on 
project alfresco-platform
* [MWAR-427] WAR plugin includes the same artifact twice if used without clean
* [MWAR-314] failOnMissingWebXml ignored when webXml set

Improvement
* [MWAR-431] make build Reproducible
* [MWAR-430] support JakartaEE namespace: remove or adapt hardcoded reference 
to javax.servlet package
* [MWAR-375] Remove the useCache with its implementation

New Feature
* [MWAR-432] Reproducible Builds: make entries in output jar files reproducible 
(order + timestamp)


Enjoy,

-The Maven team



Reply via email to