The Apache Maven team is pleased to announce the release of the
Apache Maven Source Plugin, Version 3.2.0.

This plugin creates a jar archive of the source files of the current project.

1
2
3
4
5

  org.apache.maven.plugins
  maven-source-plugin
  3.2.0

You can download the appropriate sources etc. from the download page.

Release Notes – Apache Maven Source Version 3.2.0

Bug:

  • MSOURCES-95 – Source JAR is re-created even if sources are not changed

New Feature:

  • MSOURCES-120 – Reproducible Builds: make entries in output jar files reproducible (order + timestamp)

Read https://maven.apache.org/guides/mini/guide-reproducible-builds.html for more information on Reproducible Builds with Maven.

Enjoy,

-The Apache Maven team