blob: ecf71d2188b616fdf552aaf4406c5603d3e13434 [file] [log] [blame]
---
layout: post
title: Apache Maven JAR Plugin Version 3.2.0 Released
date: '2019-11-04T11:08:35+00:00'
permalink: apache-maven-jar-plugin-version3
---
<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-jar-plugin/">Apache Maven Jar Plugin, version 3.2.0</a>.</p>
<p>This plugin provides the capability to build jars.</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">&lt;plugin&gt;</span>
</span><span class='line'> <span class="nt">&lt;groupId&gt;</span>org.apache.maven.plugins<span class="nt">&lt;/groupId&gt;</span>
</span><span class='line'> <span class="nt">&lt;artifactId&gt;</span>maven-jar-plugin<span class="nt">&lt;/artifactId&gt;</span>
</span><span class='line'> <span class="nt">&lt;version&gt;</span>3.2.0<span class="nt">&lt;/version&gt;</span>
</span><span class='line'><span class="nt">&lt;/plugin&gt;</span>
</span></code></pre></td></tr></table></div></figure>
<!-- more -->
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317526&version=12345503">Release Notes &ndash; Maven JAR Plugin &ndash; Version 3.2.0</a></p>
<p>New Feature:</p>
<ul>
<li><a href="https://issues.apache.org/jira/browse/MJAR-263">MJAR-263</a> &ndash; Reproducible Builds: make entries in output jar files reproducible (order + timestamp)</li>
</ul>
<p>Read <a href="https://maven.apache.org/guides/mini/guide-reproducible-builds.html">https://maven.apache.org/guides/mini/guide-reproducible-builds.html</a> for more information on Reproducible Builds with Maven.</p>
<p>Enjoy,</p>
<ul>
<li>The Apache Maven team</li>
</ul>
</div>