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 3.0.0 in this page.
Apache License
You can use the following script to add maven-source-plugin-3.0.0.jar to your project.
<dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.0.0</version> </dependency>
compile group: 'org.apache.maven.plugins', name: 'maven-source-plugin', version: '3.0.0'
libraryDependencies += "org.apache.maven.plugins" % "maven-source-plugin" % "3.0.0"
<dependency org="org.apache.maven.plugins" name="maven-source-plugin" rev="3.0.0"/>
@Grapes(@Grab(group='org.apache.maven.plugins', module='maven-source-plugin', version='3.0.0'))
'org.apache.maven.plugins:maven-source-plugin:jar:3.0.0'
Click the following link to download the jar file.
maven-source-plugin-3.0.0-javadoc.jar