...... Name: Apache Maven Source Plugin Description: The Maven Source Plugin creates a JAR archive of the source files of the current project. Group Id: org.apache.maven.plugins Artifact Id: maven-source-plugin Version: 3.0.1 Goal Prefix: source
This plugin has 7 goals:
source:aggregate Description: Aggregate sources for all modules in an aggregator project.
source:generated-test-jar Description: This plugin bundles all the test sources into a jar archive.
source:help Description: Display help information on maven-source-plugin. Call mvn source:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
source:jar Description: This plugin bundles all the sources into a jar archive.
source:jar-no-fork Description: This goal bundles all the sources into a jar archive. This goal functions the same as the jar goal but does not fork the build and is suitable for attaching to the build lifecycle.
source:test-jar Description: This plugin bundles all the test sources into a jar archive.
source:test-jar-no-fork Description: This goal bundles all the test sources into a jar archive. This goal functions the same as the test-jar goal but does not fork the build, and is suitable for attaching to the build lifecycle.
For more information, run 'mvn help:describe [...] -Ddetail' ......