Apache Maven Source Plugin Version 3.2.1 Released
The Apache Maven team is pleased to announce the release of the Apache Maven Source Plugin, Version 3.2.1.
This plugin creates a jar archive of the source files of the current project.
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-source-plugin</artifactId>
4 <version>3.2.1</version>
5</plugin>
You can download the appropriate sources etc. from the download page.
Release Notes - Apache Maven Source Version 3.2.1
-
Bugs:
- MSOURCES-122 - ITs fail due to unexpected EOL characters when building release sources from the ZIP
- MSOURCES-123 - files in maven-shared-archive-resources are added in non-reproducible order
Read https://maven.apache.org/guides/mini/guide-reproducible-builds.html for more information on Reproducible Builds with Maven.
Enjoy,
-The Apache Maven team