blob: 483d30d0657047f329f66b2d9f78bfae57b2dc3f [file] [log] [blame]
---
layout: post
title: Apache Maven Source Plugin Version 3.2.1 Released
date: '2019-12-22T16:24:48+00:00'
permalink: apache-maven-source-plugin-version2
---
<div class="entry-content"><p>The Apache Maven team is pleased to announce the release of the
<a href="https://maven.apache.org/plugins/maven-source-plugin/">Apache Maven Source Plugin, Version 3.2.1</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">&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-source-plugin<span class="nt">&lt;/artifactId&gt;</span>
</span><span class='line'> <span class="nt">&lt;version&gt;</span>3.2.1<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>
<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>
<!-- more -->
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317924&amp;version=12346480">Release Notes &ndash; Apache Maven Source Version 3.2.1</a></p>
<ul>
<li><p>Bugs:</p>
<ul>
<li><a href="https://issues.apache.org/jira/browse/MSOURCES-122">MSOURCES-122</a> &ndash; ITs fail due to unexpected EOL characters when building release sources from the ZIP</li>
<li><a href="https://issues.apache.org/jira/browse/MSOURCES-123">MSOURCES-123</a> &ndash; files in maven-shared-archive-resources are added in non-reproducible order</li>
</ul>
</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>