Download maven-plugin-plugin-3.4.jar file - Jar m

Jar examples for m:maven-plugin-plugin

Description

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.4 in this page.

License

Apache License

Build File

You can use the following script to add maven-plugin-plugin-3.4.jar to your project.

<dependency>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-plugin-plugin</artifactId>
   <version>3.4</version>
</dependency>
compile group: 'org.apache.maven.plugins', name: 'maven-plugin-plugin', version: '3.4'
libraryDependencies += "org.apache.maven.plugins" % "maven-plugin-plugin" % "3.4"
<dependency org="org.apache.maven.plugins" name="maven-plugin-plugin" rev="3.4"/>
@Grapes(@Grab(group='org.apache.maven.plugins', module='maven-plugin-plugin', version='3.4'))
'org.apache.maven.plugins:maven-plugin-plugin:jar:3.4'

Download

Click the following link to download the jar file.

maven-plugin-plugin-3.4-javadoc.jar
maven-plugin-plugin-3.4-sources.jar
maven-plugin-plugin-3.4.jar
maven-plugin-plugin-3.4.pom



Related Tutorials