[ANN] Apache Maven WAR Plugin 3.5.0 released

Slawomir Jaranowski <[email protected]> Sun, 26 Oct 2025 10:43:31 +0100
Newsgroups gmane.comp.jakarta.turbine.maven.user
Message-ID <CAGjJkv3cjZgqNVg3ZhF6UdO2kx-PaGh+a5t-rjfVNQV6EVQOig__37016.4193956711$1761471856$gmane$org@mail.gmail.com>
The Apache Maven team is pleased to announce the release of the Apache
Maven WAR Plugin version 3.5.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.5.0</version>
</plugin>

Release Notes - Maven WAR Plugin - Version 3.5.0

https://github.com/apache/maven-war-plugin/releases/tag/maven-war-plugin-3.5.0

Enjoy,

-The Apache Maven team