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