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.4'
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
</dependency>
<dependency org="org.apache.maven.plugins" name="maven-source-plugin" rev="2.4"/>
"org.apache.maven.plugins", "maven-source-plugin", "2.4"