| --- |
| layout: post |
| title: Apache Maven WAR Plugin, version 3.2.2 |
| date: '2018-06-10T00:00:00+00:00' |
| categories: maven |
| --- |
| <div class="entry-content"><p>The Apache Maven team is pleased to announce the release of the
|
| <a href="http://maven.apache.org/plugins/maven-war-plugin/">Apache Maven WAR Plugin, version 3.2.2</a>.</p>
|
|
|
| <p>The WAR Plugin is responsible for collecting all artifact dependencies, classes
|
| and resources of the web application and packaging them into a web application
|
| 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.2.2<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>Important Note:</p>
|
|
|
| <ul>
|
| <li>Maven 3.X only</li>
|
| <li>JDK 7 minimum requirement</li>
|
| </ul>
|
|
|
|
|
| <!-- more -->
|
|
|
|
|
| <p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318121&version=12343264">Release Notes – Maven WAR Plugin – Version 3.2.2</a></p>
|
|
|
| <p>Bug:</p>
|
|
|
| <ul>
|
| <li><a href="https://issues.apache.org/jira/browse/MWAR-303">MWAR-303</a> – filtering of ${project.developers[0].id} does not work</li>
|
| </ul>
|
|
|
|
|
| <p>Dependency upgrade:</p>
|
|
|
| <ul>
|
| <li><a href="https://issues.apache.org/jira/browse/MWAR-417">MWAR-417</a> – Upgrade to plexus-interpolation to version 1.25</li>
|
| </ul>
|
|
|
|
|
| <p>Many thanks to all reporters/contributors/testers of this release.</p>
|
|
|
| <p>Voters:</p>
|
|
|
| <ul>
|
| <li>Gabriel Belingueres</li>
|
| </ul>
|
|
|
|
|
| <p>Enjoy,</p>
|
|
|
| <p>-The Apache Maven team</p>
|
| </div> |