Jar examples for m:maven-plugin
Maven Plugin Tools are a library of utility classes to aid in the development and testing of plugins for Maven 2. Key features include support for Java 5 annotation based descriptor generation via an annotation extractor (available separately), and support for easier unit testing using the same Java 5 annotations and runtime dynamic proxies for parameter injection.
You can download jar file maven-plugin 2.0-alpha-1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add maven-plugin-2.0-alpha-1.jar to your project.
<dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin</artifactId> <version>2.0-alpha-1</version> </dependency>
compile group: 'org.apache.maven', name: 'maven-plugin', version: '2.0-alpha-1'
libraryDependencies += "org.apache.maven" % "maven-plugin" % "2.0-alpha-1"
<dependency org="org.apache.maven" name="maven-plugin" rev="2.0-alpha-1"/>
@Grapes(@Grab(group='org.apache.maven', module='maven-plugin', version='2.0-alpha-1'))
'org.apache.maven:maven-plugin:jar:2.0-alpha-1'
Click the following link to download the jar file.
maven-plugin-2.0-alpha-1.jar