blob: b82fd5e67340c868b3ec91a8d83e6422e176ff88 [file]
---
layout: post
status: PUBLISHED
published: true
title: Apache Maven Source Plugin Version 3.2.1 Released
id: c58d42d7-c882-456b-ae90-cf7e11dee859
date: '2019-12-22 16:24:48 -0500'
categories: maven
tags:
- maven-plugin
permalink: maven/entry/apache-maven-source-plugin-version2
---
<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.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"><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.1<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=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>