Jar examples for m:maven-plugin-plugin
The Plugin Plugin is used to create a Maven plugin descriptor for any Mojo's found in the source tree, to include in the JAR. It is also used to generate Xdoc files for the Mojos as well as for updating the plugin registry, the artifact metadata and a generic help goal.
You can download jar file maven-plugin-plugin 3.5 in this page.
Apache License
You can use the following script to add maven-plugin-plugin-3.5.jar to your project.
<dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> <version>3.5</version> </dependency>
compile group: 'org.apache.maven.plugins', name: 'maven-plugin-plugin', version: '3.5'
libraryDependencies += "org.apache.maven.plugins" % "maven-plugin-plugin" % "3.5"
<dependency org="org.apache.maven.plugins" name="maven-plugin-plugin" rev="3.5"/>
@Grapes(@Grab(group='org.apache.maven.plugins', module='maven-plugin-plugin', version='3.5'))
'org.apache.maven.plugins:maven-plugin-plugin:jar:3.5'
Click the following link to download the jar file.
maven-plugin-plugin-3.5-javadoc.jar