blob: af043fb15de3b27deb6702a77a6ef117056ecd1a [file] [log] [blame]
---
layout: post
status: PUBLISHED
published: true
title: Apache Maven Source Plugin Version 3.2.0 Released
id: df58ab1b-28a1-4dd3-b6d7-1363552efb4c
date: '2019-11-04 10:53:47 -0500'
categories: maven
tags:
- maven-plugin
permalink: maven/entry/apache-maven-source-plugin-version1
---
<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-source-plugin/">Apache Maven Source Plugin, Version 3.2.0</a>.</p>
<p>This plugin creates a jar archive of the source files of the current project.</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-source-plugin<span class="nt"></artifactId></span>
</span><span class='line'> <span class="nt"><version></span>3.2.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-source-plugin/download.html">download page</a>.</p>
<p> <!-- more --></p>
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317924&amp;version=12345522">Release Notes &ndash; Apache Maven Source Version 3.2.0</a></p>
<p>Bug:</p>
<ul>
<li><a href="https://issues.apache.org/jira/browse/MSOURCES-95">MSOURCES-95</a> &ndash; Source JAR is re-created even if sources are not changed</li>
</ul>
<p>New Feature:</p>
<ul>
<li><a href="https://issues.apache.org/jira/browse/MSOURCES-120">MSOURCES-120</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>
<p>-The Apache Maven team</p>
</div>