The Apache Maven team is pleased to announce the release of the Apache
Maven Source Plugin, version 3.3.0

The Source Plugin creates a jar archive of the source files of the current
project.

https://maven.apache.org/plugins/maven-source-plugin/

You should specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-source-plugin</artifactId>
  <version>3.3.0</version>
</plugin>

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

https://maven.apache.org/plugins/maven-source-plugin/download.cgi

Release Notes - Maven Source Plugin - Version 3.3.0

** Bug
    * [MSOURCES-121] - Check for duplicated addition of the same file
    * [MSOURCES-126] - reproducible IT failing since January 1st 2020

** Task
    * [MSOURCES-134] - Refresh download page
    * [MSOURCES-135] - Cleanup project code

** Dependency upgrade
    * [MSOURCES-131] - Update plugin (requires Maven 3.2.5+)
    * [MSOURCES-132] - Update Maven Archiver to 3.6.0
    * [MSOURCES-133] - Upgrade Parent to 39

Enjoy,

-The Apache Maven team

Reply via email to