Jar examples for m:maven-source-plugin
The Maven 2 Source Plugin creates a JAR archive of the source files of the current project.
You can download jar file maven-source-plugin 2.1.2 in this page.
Apache License
You can use the following script to add maven-source-plugin-2.1.2.jar to your project.
<dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.1.2</version> </dependency>
compile group: 'org.apache.maven.plugins', name: 'maven-source-plugin', version: '2.1.2'
libraryDependencies += "org.apache.maven.plugins" % "maven-source-plugin" % "2.1.2"
<dependency org="org.apache.maven.plugins" name="maven-source-plugin" rev="2.1.2"/>
@Grapes(@Grab(group='org.apache.maven.plugins', module='maven-source-plugin', version='2.1.2'))
'org.apache.maven.plugins:maven-source-plugin:jar:2.1.2'
Click the following link to download the jar file.
maven-source-plugin-2.1.2-javadoc.jar