组织ID: |
org.mortbay.jetty |
项目ID: |
jetty-maven-plugin |
版本: |
7.0.0.1beta0 |
最后修改时间: |
2019-10-23 13:53:33 |
包类型: |
maven-plugin |
标题: |
Jetty :: Jetty Maven Plugin |
大小: |
41.37KB |
|
Maven引入代码: |
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>7.0.0.1beta0</version>
</dependency>
|
Gradle引入代码: |
org.mortbay.jetty:jetty-maven-plugin:7.0.0.1beta0
|
下载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>jetty-project</artifactId>
<version>7.0.0.1beta0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-maven-plugin</artifactId>
<version>7.0.0.1beta0</version>
<packaging>maven-plugin</packaging>
<name>Jetty :: Jetty Maven Plugin</name>
<properties>
<atomikos-version>3.2.3</atomikos-version>
<maven-version>2.0.5</maven-version>
</properties>
<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-site-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>site</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- need to deploy version 1.1 of the toolchain assembly descriptors
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
<descriptor>site-component.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
-->
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
<version>${jetty-version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-tools-api</artifactId>
<version>2.0.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-plus</artifactId>
<version>${jetty-version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jndi</artifactId>
<version>${jetty-version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jmx</artifactId>
<version>${jetty-version}</version>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jsp-2.1-glassfish</artifactId>
<version>${jsp-2-1-version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-annotations</artifactId>
<version>${jetty-version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-start</artifactId>
<version>${jetty-version}</version>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.1</version>
<configuration>
<dependencyLocationEnabled>false</dependencyLocationEnabled>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>project-team</report>
<report>mailing-list</report>
<report>cim</report>
<report>issue-tracking</report>
<report>license</report>
<report>scm</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
<scm>
<connection>scm:svn:https://svn.codehaus.org/jetty/jetty/tags/jetty-maven-plugin-7.0.0.1beta0</connection>
<developerConnection>scm:svn:https://svn.codehaus.org/jetty/jetty/tags/jetty-maven-plugin-7.0.0.1beta0</developerConnection>
<url>scm:svn:https://svn.codehaus.org/jetty/jetty/tags/jetty-maven-plugin-7.0.0.1beta0</url>
</scm>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/plugin.xml
org.mortbay.jetty.plugin.AbstractJettyMojo.class
org.mortbay.jetty.plugin.JettyServer.class
org.mortbay.jetty.plugin.JettyWebAppContext.class
org.mortbay.jetty.plugin.SystemProperties.class
org.mortbay.jetty.plugin.JettyMavenConfiguration.class
org.mortbay.jetty.plugin.SystemProperty.class
org.mortbay.jetty.plugin.JettyRunWarMojo$1.class
org.mortbay.jetty.plugin.JettyRunWarMojo.class
org.mortbay.jetty.plugin.ConsoleScanner.class
org.mortbay.jetty.plugin.RuntimeDependencyResolver$RuntimeResolutionListener.class
org.mortbay.jetty.plugin.RuntimeDependencyResolver.class
org.mortbay.jetty.plugin.PluginLog.class
org.mortbay.jetty.plugin.JettyRunMojo$1.class
org.mortbay.jetty.plugin.JettyRunMojo.class
org.mortbay.jetty.plugin.ScanTargetPattern.class
org.mortbay.jetty.plugin.JettyStopMojo.class
org.mortbay.jetty.plugin.JettyDeployWar.class
org.mortbay.jetty.plugin.Monitor.class
org.mortbay.jetty.plugin.JettyRunWarExplodedMojo$1.class
org.mortbay.jetty.plugin.JettyRunWarExplodedMojo.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-webapp-${jetty-version}.jar
/org.eclipse.jetty/jetty-webapp/${jetty-version}
查看jetty-webapp所有版本文件
maven-project-2.0.8.jar
/org.apache.maven/maven-project/2.0.8
查看maven-project所有版本文件
maven-plugin-api-2.0.8.jar
/org.apache.maven/maven-plugin-api/2.0.8
查看maven-plugin-api所有版本文件
maven-artifact-2.0.8.jar
/org.apache.maven/maven-artifact/2.0.8
查看maven-artifact所有版本文件
maven-plugin-tools-api-2.0.5.jar
/org.apache.maven/maven-plugin-tools-api/2.0.5
查看maven-plugin-tools-api所有版本文件
jetty-plus-${jetty-version}.jar
/org.eclipse.jetty/jetty-plus/${jetty-version}
查看jetty-plus所有版本文件
jetty-jndi-${jetty-version}.jar
/org.eclipse.jetty/jetty-jndi/${jetty-version}
查看jetty-jndi所有版本文件
jetty-jmx-${jetty-version}.jar
/org.eclipse.jetty/jetty-jmx/${jetty-version}
查看jetty-jmx所有版本文件
jsp-2.1-glassfish-${jsp-2-1-version}.jar
/org.mortbay.jetty/jsp-2.1-glassfish/${jsp-2-1-version}
查看jsp-2.1-glassfish所有版本文件
jetty-annotations-${jetty-version}.jar
/org.eclipse.jetty/jetty-annotations/${jetty-version}
查看jetty-annotations所有版本文件
jetty-start-${jetty-version}.jar
/org.eclipse.jetty/jetty-start/${jetty-version}
查看jetty-start所有版本文件
|