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