组织ID: |
org.apache.maven |
项目ID: |
maven-plugin-api |
版本: |
3.3.9 |
最后修改时间: |
2018-07-24 05:43:56 |
包类型: |
jar |
标题: |
Maven Plugin API |
描述: |
The API for plugins - Mojos - development. |
大小: |
46.36KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.3.9</version>
</dependency>
|
Gradle引入代码: |
org.apache.maven:maven-plugin-api:3.3.9
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.3.9</version>
</parent>
<artifactId>maven-plugin-api</artifactId>
<name>Maven Plugin API</name>
<description>The API for plugins - Mojos - development.</description>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<exclusions>
<exclusion>
<artifactId>wagon-provider-api</artifactId>
<groupId>org.apache.maven.wagon</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.plexus</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<configuration>
<models>
<model>src/main/mdo/lifecycle.mdo</model>
</models>
<version>1.0.0</version>
</configuration>
<executions>
<execution>
<id>plugin-site-doc</id>
<phase>pre-site</phase>
<goals>
<goal>xdoc</goal>
</goals>
<configuration>
<models>
<model>src/main/mdo/plugin.mdo</model>
</models>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
org.apache.maven.monitor.logging.DefaultLog.class
org.apache.maven.plugin.AbstractMojo.class
org.apache.maven.plugin.AbstractMojoExecutionException.class
org.apache.maven.plugin.ContextEnabled.class
org.apache.maven.plugin.descriptor.DuplicateMojoDescriptorException.class
org.apache.maven.plugin.descriptor.DuplicateParameterException.class
org.apache.maven.plugin.descriptor.InvalidParameterException.class
org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException.class
org.apache.maven.plugin.descriptor.MojoDescriptor.class
org.apache.maven.plugin.descriptor.Parameter.class
org.apache.maven.plugin.descriptor.PluginDescriptor.class
org.apache.maven.plugin.descriptor.PluginDescriptorBuilder.class
org.apache.maven.plugin.descriptor.Requirement.class
org.apache.maven.plugin.lifecycle.Execution.class
org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader$1.class
org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader$ContentTransformer.class
org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader.class
org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Writer.class
org.apache.maven.plugin.lifecycle.Lifecycle.class
org.apache.maven.plugin.lifecycle.LifecycleConfiguration.class
org.apache.maven.plugin.lifecycle.Phase.class
org.apache.maven.plugin.logging.Log.class
org.apache.maven.plugin.logging.SystemStreamLog.class
org.apache.maven.plugin.Mojo.class
org.apache.maven.plugin.MojoExecutionException.class
org.apache.maven.plugin.MojoFailureException.class
org.apache.maven.plugin.MojoNotFoundException.class
META-INF/maven/org.apache.maven/maven-plugin-api/pom.xml
META-INF/maven/org.apache.maven/maven-plugin-api/pom.properties
|
依赖Jar: |
|