The Maven Source Plugin creates a JAR archive of the source files of the current project.
'org.apache.maven.plugins:maven-source-plugin:3.0.0'
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.0</version>
</dependency>
<dependency org="org.apache.maven.plugins" name="maven-source-plugin" rev="3.0.0"/>
"org.apache.maven.plugins", "maven-source-plugin", "3.0.0"