Download maven-plugin-api-2.0.1.jar file

Introduction

You can download maven-plugin-api-2.0.1.jar in this page.

License

Apache License

Type List

maven-plugin-api-2.0.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.apache.maven/maven-plugin-api/pom.properties
META-INF/maven/org.apache.maven/maven-plugin-api/pom.xml
org.apache.maven.plugin.AbstractMojo.class
org.apache.maven.plugin.AbstractMojoExecutionException.class
org.apache.maven.plugin.ContextEnabled.class
org.apache.maven.plugin.Mojo.class
org.apache.maven.plugin.MojoExecutionException.class
org.apache.maven.plugin.MojoFailureException.class
org.apache.maven.plugin.logging.Log.class
org.apache.maven.plugin.logging.SystemStreamLog.class

Pom

maven-plugin-api-2.0.1.pom file content.

<?xml version="1.0" encoding="UTF-8"?><project>
  <parent>
    <artifactId>maven</artifactId>
    <groupId>org.apache.maven</groupId>
    <version>2.0.1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.maven</groupId>
  <artifactId>maven-plugin-api</artifactId>
  <name>Maven Plugin API</name>
  <version>2.0.1</version>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>

POM Entry

<dependency>
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-plugin-api</artifactId>
   <version>2.0.1</version>
</dependency>

Download

If you think the following maven-plugin-api-2.0.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download maven-plugin-api-2.0.1.jar file




PreviousNext

Related