组织ID: |
org.mortbay.jetty |
项目ID: |
jetty-maven-plugin |
版本: |
7.0.0pre2 |
最后修改时间: |
2018-08-09 19:18:03 |
包类型: |
maven-plugin |
标题: |
Jetty Extra :: Maven Plugin |
大小: |
40.27KB |
|
Maven引入代码: |
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>7.0.0pre2</version>
</dependency>
|
Gradle引入代码: |
org.mortbay.jetty:jetty-maven-plugin:7.0.0pre2
|
下载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">
<parent>
<groupId>org.mortbay.jetty</groupId>
<artifactId>modules-extra</artifactId>
<version>7.0.0pre2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Jetty Extra :: Maven Plugin</name>
<developers>
<developer>
<id>janb</id>
<name>Jan Bartel</name>
<email>janb@apache.org</email>
<organization>Mort Bay Consulting</organization>
<organizationUrl>http://www.mortbay.com</organizationUrl>
</developer>
</developers>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-plugin-plugin</artifactId>
<executions>
<execution>
<id>exec-plugin-doc</id>
<phase>generate-sources</phase>
<goals>
<goal>xdoc</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
<descriptor>src/main/assembly/site-component.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<id>install</id>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<artifacts>
<artifact>
<file>target/${artifactId}-${version}-site-component.jar</file>
<type>jar</type>
<classifier>site-component</classifier>
</artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-tools-api</artifactId>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-plus</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-jndi</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-jmx</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jsp-2.1</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-annotations</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-start</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/plugin.xml
org/mortbay/jetty/build/resources/javadoc.css
org.mortbay.jetty.plugin.AbstractJetty6Mojo.class
org.mortbay.jetty.plugin.AbstractJettyMojo.class
org.mortbay.jetty.plugin.AbstractJettyRunMojo$1.class
org.mortbay.jetty.plugin.AbstractJettyRunMojo.class
org.mortbay.jetty.plugin.Jetty6MavenConfiguration.class
org.mortbay.jetty.plugin.Jetty6PluginServer.class
org.mortbay.jetty.plugin.Jetty6PluginWebAppContext.class
org.mortbay.jetty.plugin.Jetty6RunMojo.class
org.mortbay.jetty.plugin.Jetty6RunWar$1.class
org.mortbay.jetty.plugin.Jetty6RunWar.class
org.mortbay.jetty.plugin.Jetty6RunWarExploded$1.class
org.mortbay.jetty.plugin.Jetty6RunWarExploded.class
org.mortbay.jetty.plugin.JettyStopMojo.class
org.mortbay.jetty.plugin.RuntimeDependencyResolver$RuntimeResolutionListener.class
org.mortbay.jetty.plugin.RuntimeDependencyResolver.class
org.mortbay.jetty.plugin.util.ConsoleScanner.class
org.mortbay.jetty.plugin.util.JettyPluginServer.class
org.mortbay.jetty.plugin.util.PluginLog.class
org.mortbay.jetty.plugin.util.Proxy.class
org.mortbay.jetty.plugin.util.ScanTargetPattern.class
org.mortbay.jetty.plugin.util.SystemProperty.class
META-INF/maven/org.mortbay.jetty/jetty-maven-plugin/pom.xml
META-INF/maven/org.mortbay.jetty/jetty-maven-plugin/pom.properties
|
依赖Jar: |
jetty-${project.version}.jar
/org.mortbay.jetty/jetty/${project.version}
查看jetty所有版本文件
maven-project-2.0.3.jar
/org.apache.maven/maven-project/2.0.3
查看maven-project所有版本文件
maven-plugin-api-2.0.3.jar
/org.apache.maven/maven-plugin-api/2.0.3
查看maven-plugin-api所有版本文件
maven-artifact-2.0.3.jar
/org.apache.maven/maven-artifact/2.0.3
查看maven-artifact所有版本文件
jetty-plus-${project.version}.jar
/org.mortbay.jetty/jetty-plus/${project.version}
查看jetty-plus所有版本文件
jetty-jndi-${project.version}.jar
/org.mortbay.jetty/jetty-jndi/${project.version}
查看jetty-jndi所有版本文件
jetty-jmx-${project.version}.jar
/org.mortbay.jetty/jetty-jmx/${project.version}
查看jetty-jmx所有版本文件
jsp-2.1-${project.version}.jar
/org.mortbay.jetty/jsp-2.1/${project.version}
查看jsp-2.1所有版本文件
jetty-annotations-${project.version}.jar
/org.mortbay.jetty/jetty-annotations/${project.version}
查看jetty-annotations所有版本文件
jetty-start-${project.version}.jar
/org.mortbay.jetty/jetty-start/${project.version}
查看jetty-start所有版本文件
|