| --- |
| layout: post |
| status: PUBLISHED |
| published: true |
| title: Apache Maven WAR Plugin Version 3.3.0 Released |
| id: 404978f3-325f-4219-960f-0902ef23be8b |
| date: '2020-06-13 10:08:05 -0400' |
| categories: maven |
| tags: |
| - maven-plugin |
| permalink: maven/entry/apache-maven-war-plugin-version3 |
| --- |
| <div class="entry-content"> |
| <p>The Apache Maven team is pleased to announce the release of the<br /> |
| <a href="https://maven.apache.org/plugins/maven-war-plugin/">Apache Maven WAR Plugin, version 3.3.0</a>.</p> |
| <p>The WAR Plugin is responsible for collecting all artifact dependencies, classes<br /> |
| and resources of the web application and packaging them into a web application<br /> |
| archive.</p> |
| <p>You should specify the version in your project’s plugin configuration:</p> |
| <figure class='code'> |
| <figcaption><span></span></figcaption> |
| <div class="highlight"> |
| <table> |
| <tr> |
| <td class="gutter"> |
| <pre class="line-numbers"><span class='line-number'>1</span>
|
| <span class='line-number'>2</span>
|
| <span class='line-number'>3</span>
|
| <span class='line-number'>4</span>
|
| <span class='line-number'>5</span>
|
| </pre> |
| </td> |
| <td class='code'> |
| <pre><code class='xml'><span class='line'><span class="nt"><plugin></span>
|
| </span><span class='line'> <span class="nt"><groupId></span>org.apache.maven.plugins<span class="nt"></groupId></span>
|
| </span><span class='line'> <span class="nt"><artifactId></span>maven-war-plugin<span class="nt"></artifactId></span>
|
| </span><span class='line'> <span class="nt"><version></span>3.3.0<span class="nt"></version></span>
|
| </span><span class='line'><span class="nt"></plugin></span>
|
| </span></code></pre> |
| </td> |
| </tr> |
| </table> |
| </div> |
| </figure> |
| <p>You can download the appropriate sources etc. from the <a href="https://maven.apache.org/plugins/maven-war-plugin/download.cgi">download page</a>.</p> |
| <p><!-- more --></p> |
| <p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318121&version=12345578">Release Notes – Maven WAR Plugin – Version 3.3.0</a></p> |
| <ul> |
| <li> |
| <p>Bugs:</p> |
| <ul> |
| <li><a href="https://issues.apache.org/jira/browse/MWAR-314">MWAR-314</a> – failOnMissingWebXml ignored when webXml set</li> |
| <li><a href="https://issues.apache.org/jira/browse/MWAR-427">MWAR-427</a> – WAR plugin includes the same artifact twice if used without clean</li> |
| <li><a href="https://issues.apache.org/jira/browse/MWAR-429">MWAR-429</a> – Failed to execute goal org.apache.maven.plugins:maven-war-plugin:3.2.3:exploded (pre-exploded-war) on project alfresco-platform</li> |
| </ul> |
| </li> |
| <li> |
| <p>New Feature:</p> |
| <ul> |
| <li><a href="https://issues.apache.org/jira/browse/MWAR-432">MWAR-432</a> – Reproducible Builds: make entries in output jar files reproducible (order + timestamp)</li> |
| </ul> |
| </li> |
| <li> |
| <p>Improvements:</p> |
| <ul> |
| <li><a href="https://issues.apache.org/jira/browse/MWAR-375">MWAR-375</a> – Remove the useCache with its implementation</li> |
| <li><a href="https://issues.apache.org/jira/browse/MWAR-397">MWAR-397</a> – Replace XStream with Modello to merge overlays</li> |
| <li><a href="https://issues.apache.org/jira/browse/MWAR-430">MWAR-430</a> – support JakartaEE namespace: remove or adapt hardcoded reference to javax.servlet package</li> |
| <li><a href="https://issues.apache.org/jira/browse/MWAR-431">MWAR-431</a> – make build Reproducible</li> |
| </ul> |
| </li> |
| </ul> |
| <p>Enjoy,</p> |
| <p>-The Apache Maven team</p> |
| </div> |