组织ID: |
io.mangoo |
项目ID: |
mangooio-maven-plugin |
版本: |
4.10.0-Beta3 |
最后修改时间: |
2019-12-01 15:53:24 |
包类型: |
maven-plugin |
大小: |
23.88KB |
|
Maven引入代码: |
<dependency>
<groupId>io.mangoo</groupId>
<artifactId>mangooio-maven-plugin</artifactId>
<version>4.10.0-Beta3</version>
</dependency>
|
Gradle引入代码: |
io.mangoo:mangooio-maven-plugin:4.10.0-Beta3
|
下载Jar包: |
|
POM文件内容: |
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.mangoo</groupId>
<artifactId>mangooio</artifactId>
<version>4.10.0-Beta3</version>
</parent>
<artifactId>mangooio-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<properties>
<maven.version>3.5.0</maven.version>
</properties>
<dependencies>
<dependency>
<groupId>io.mangoo</groupId>
<artifactId>mangooio-core</artifactId>
<version>4.10.0-Beta3</version>
</dependency>
<dependency>
<groupId>org.zeroturnaround</groupId>
<artifactId>zt-exec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
<executions>
<execution>
<id>mojo-descriptor</id>
<phase>process-classes</phase>
<goals>
<goal>descriptor</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>descriptor</goal>
</goals>
<phase>generate-sources</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
log4j2.xml
io.mangoo.build.Watcher$RuleMatch.class
io.mangoo.build.Watcher$RuleType.class
io.mangoo.maven.MangooMojo.class
io.mangoo.maven.MinifyMojo.class
io.mangoo.maven.PreprocessMojo.class
META-INF/maven/io.mangoo/mangooio-maven-plugin/plugin-help.xml
io.mangoo.build.Trigger.class
META-INF/maven/plugin.xml
io.mangoo.build.Runner$1.class
io.mangoo.build.Watcher$1.class
META-INF/maven/io.mangoo/mangooio-maven-plugin/pom.xml
io.mangoo.build.Runner.class
META-INF/maven/io.mangoo/mangooio-maven-plugin/pom.properties
io.mangoo.build.Watcher.class
|
依赖Jar: |
mangooio-core-4.10.0-Beta3.jar
/io.mangoo/mangooio-core/4.10.0-Beta3
查看mangooio-core所有版本文件
|