组织ID: |
org.codehaus.mojo |
项目ID: |
gwt-maven-plugin |
版本: |
2.5.0-rc1 |
最后修改时间: |
2018-08-03 10:47:41 |
包类型: |
maven-plugin |
标题: |
Maven GWT Plugin |
描述: |
Maven plugin for the Google Web Toolkit.
|
相关URL: |
http://mojo.codehaus.org/gwt-maven-plugin |
大小: |
177.89KB |
|
Maven引入代码: |
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>2.5.0-rc1</version>
</dependency>
|
Gradle引入代码: |
org.codehaus.mojo:gwt-maven-plugin:2.5.0-rc1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<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.codehaus.mojo</groupId>
<artifactId>mojo-parent</artifactId>
<version>30</version>
</parent>
<artifactId>gwt-maven-plugin</artifactId>
<version>2.5.0-rc1</version>
<packaging>maven-plugin</packaging>
<name>Maven GWT Plugin</name>
<description>
Maven plugin for the Google Web Toolkit.
</description>
<url>http://mojo.codehaus.org/gwt-maven-plugin</url>
<inceptionYear>2007</inceptionYear>
<prerequisites>
<maven>2.1</maven>
</prerequisites>
<licenses>
<license>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<name>Apache 2.0</name>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>charlie.collins</id>
<name>Charlie Collins</name>
<email>charlie.collins@gmail.com</email>
</developer>
<developer>
<id>olamy</id>
<name>Olivier Lamy</name>
<email>olamy@apache.org</email>
</developer>
<developer>
<id>t.broyer</id>
<name>Thomas Broyer</name>
<email>t.broyer@ltgt.net</email>
</developer>
</developers>
<contributors>
<contributor>
<name>Robert Scholte</name>
</contributor>
<contributor>
<name>Stefan H眉bner</name>
</contributor>
<contributor>
<name>Jesse Farinacci</name>
<email>jieryn@gmail.com</email>
</contributor>
</contributors>
<mailingLists>
<mailingList>
<name>gwt-maven-plugin User List</name>
<subscribe>codehaus-mojo-gwt-maven-plugin-users+subscribe@googlegroups.com</subscribe>
<unsubscribe>codehaus-mojo-gwt-maven-plugin-users+unsubscribe@googlegroups.com</unsubscribe>
<post>codehaus-mojo-gwt-maven-plugin-users@googlegroups.com</post>
<archive>http://groups.google.com/group/codehaus-mojo-gwt-maven-plugin-users</archive>
</mailingList>
<mailingList>
<name>General Mojo User List</name>
<subscribe>user-subscribe@mojo.codehaus.org</subscribe>
<unsubscribe>user-unsubscribe@mojo.codehaus.org</unsubscribe>
<post>user@mojo.codehaus.org</post>
<archive>http://archive.codehaus.org/lists/org.codehaus.mojo.user</archive>
<otherArchives>
<otherArchive>http://old.nabble.com/mojo---dev-f11981.html</otherArchive>
<otherArchive>http://markmail.org/list/org.codehaus.mojo.user</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>General Mojo Development List</name>
<subscribe>dev-subscribe@mojo.codehaus.org</subscribe>
<unsubscribe>dev-unsubscribe@mojo.codehaus.org</unsubscribe>
<post>dev@mojo.codehaus.org</post>
<archive>http://archive.codehaus.org/lists/org.codehaus.mojo.dev</archive>
<otherArchives>
<otherArchive>http://www.nabble.com/mojo---dev-f11981.html</otherArchive>
<otherArchive>http://markmail.org/list/org.codehaus.mojo.dev</otherArchive>
</otherArchives>
</mailingList>
</mailingLists>
<scm>
<connection>scm:git:git@github.com:gwt-maven-plugin/gwt-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:gwt-maven-plugin/gwt-maven-plugin.git</developerConnection>
<url>https://github.com/gwt-maven-plugin/gwt-maven-plugin</url>
</scm>
<issueManagement>
<system>jira</system>
<url>http://jira.codehaus.org/browse/MGWT</url>
</issueManagement>
<ciManagement>
<system>buildhive</system>
<url>https://buildhive.cloudbees.com/job/gwt-maven-plugin/job/gwt-maven-plugin/</url>
</ciManagement>
<properties>
<maven.compiler.source>1.5</maven.compiler.source>
<maven.compiler.target>1.5</maven.compiler.target>
<!-- This property is used in a filtered resources to check the version compatibility -->
<gwt.version>2.5.0-rc1</gwt.version>
<!-- apt filterting doesn't support dot -->
<gwtVersion>${gwt.version}</gwtVersion>
<mavenVersion>2.0.9</mavenVersion>
<mojo.java.target>1.5</mojo.java.target>
<sitePluginVersion>2.1.1</sitePluginVersion>
<doxia-sitetoolsVersion>1.1.4</doxia-sitetoolsVersion>
<!-- to be able on powerfull ci machine to change it tru the cli :-) -->
<it.localWorkers>-1</it.localWorkers>
<stagingSiteRepositoryId>codehaus</stagingSiteRepositoryId>
<stagingSiteURL>dav:https://dav.codehaus.org/mojo/${project.artifactId}-${project.version}</stagingSiteURL>
<invokerPluginVersion>1.5</invokerPluginVersion>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<version>${mavenVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<version>${mavenVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>${mavenVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${mavenVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-api</artifactId>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-impl</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
<version>1.0-alpha-9-stable-1</version>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sink-api</artifactId>
<version>1.1.4</version>
</dependency>
<!-- Doxia-sitetools -->
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-site-renderer</artifactId>
<version>${doxia-sitetoolsVersion}</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>2.0.5</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.qdox</groupId>
<artifactId>qdox</artifactId>
<version>1.12</version>
</dependency>
<dependency>
<!-- used to generate eclipse .lanch files -->
<groupId>freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.6</version>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
<version>${gwt.version}</version>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-codeserver</artifactId>
<version>${gwt.version}</version>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>${gwt.version}</version>
</dependency>
<dependency>
<!-- used to unpack gwt native libs -->
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>1.0-alpha-9</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<!-- used for GwtSourcesJarMojo -->
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<!-- used to run GWTTestCases -->
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-booter</artifactId>
<version>2.4.3</version>
</dependency>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-api</artifactId>
<version>2.4.3</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
<version>5.2</version>
</dependency>
<dependency>
<!-- required when running GWT 1.6 Hosted server to fix JAXP parser mismatches -->
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.9.1</version>
</dependency>
<dependency>
<groupId>classworlds</groupId>
<artifactId>classworlds</artifactId>
<version>1.1-alpha-2</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-api</artifactId>
<version>1.5.3</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
<version>1.0-beta-1</version>
<scope>test</scope>
</dependency>
<dependency>
<!-- used to check for up-to-date compilation output -->
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-javac</artifactId>
<version>1.5.3</version>
</dependency>
</dependencies>
<profiles>
<profile>
<id>run-its</id>
<activation>
<property>
<name>skipTests</name>
<value>!true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
<debug>true</debug>
<projectsDirectory>src/it</projectsDirectory>
<pomIncludes>
<pomInclude>*/pom.xml</pomInclude>
</pomIncludes>
<postBuildHookScript>verify</postBuildHookScript>
<localRepositoryPath>${project.build.directory}/local repository</localRepositoryPath>
<properties>
<gwt.compiler.localWorkers>${it.localWorkers}</gwt.compiler.localWorkers>
</properties>
<goals>
<goal>clean</goal>
<goal>integration-test</goal>
</goals>
<settingsFile>src/it/settings.xml</settingsFile>
<cloneProjectsTo>${project.build.directory}/it-tests</cloneProjectsTo>
</configuration>
<executions>
<execution>
<id>integration-test</id>
<goals>
<goal>install</goal>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>grid</id>
<properties>
<invokerPluginVersion>1.6-SNAPSHOT</invokerPluginVersion>
<itParallelThreads>1</itParallelThreads>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
<parallelThreads>${itParallelThreads}</parallelThreads>
</configuration>
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.0</version>
<executions>
<execution>
<id>mojo-enforcer-rules</id>
<phase>verify</phase>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requirePluginVersions>
<banSnapshots>false</banSnapshots>
<!--
oups documentation sucks !!
http://maven.apache.org/enforcer/enforcer-rules/requirePluginVersions.html
log says
Cause: Cannot find setter nor field in org.apache.maven.plugins.enforcer.RequirePluginVersions for 'unCheckedPluginsList'
<unCheckedPluginsList>org.apache.maven.plugins:maven-invoker-plugin</unCheckedPluginsList>
-->
</requirePluginVersions>
</rules>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>linkcheck</id>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-linkcheck-plugin</artifactId>
<version>1.0.1</version>
</plugin>
</plugins>
</reporting>
</profile>
<profile>
<id>m2e</id>
<properties>
<m2BuildDirectory>target</m2BuildDirectory>
</properties>
<activation>
<property>
<name>m2e.version</name>
</property>
</activation>
<build>
<directory>${m2BuildDirectory}</directory>
<plugins>
<plugin>
<groupId>org.maven.ide.eclipse</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>0.10.0</version>
<configuration>
<mappingId>customizable</mappingId>
<configurators>
<configurator id="org.maven.ide.eclipse.jdt.javaConfigurator" />
</configurators>
<mojoExecutions>
<mojoExecution>org.apache.maven.plugins:maven-resources-plugin::</mojoExecution>
</mojoExecutions>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>maven-3</id>
<activation>
<file>
<!-- This employs that the basedir expression is only recognized by Maven 3.x (see MNG-2363) -->
<exists>${basedir}</exists>
</file>
</activation>
<properties>
<sitePluginVersion>3.0-beta-3</sitePluginVersion>
</properties>
</profile>
</profiles>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
<resource>
<directory>src/main/archetype</directory>
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
<version>1.5.1</version>
<executions>
<execution>
<goals>
<goal>generate-metadata</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
<requirements>
<jdk>${maven.compiler.target}</jdk>
</requirements>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<escapeString>\</escapeString>
</configuration>
</plugin>
<!--<plugin>
<artifactId>maven-pdf-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<phase>pre-site</phase>
<goals>
<goal>pdf</goal>
</goals>
</execution>
</executions>
<configuration>
<outputDirectory>${project.build.directory}/site/pdf</outputDirectory>
</configuration>
</plugin>-->
<plugin>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<stagingRepositoryId>${stagingSiteRepositoryId}</stagingRepositoryId>
<stagingSiteURL>${stagingSiteURL}</stagingSiteURL>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>
</plugin>
<!-- comment this as it failed with java.lang.ArrayIndexOutOfBoundsException:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.6</version>
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
<artifactId>java15</artifactId>
<version>1.0</version>
</signature>
</configuration>
<executions>
<execution>
<id>check-java-1.5-compat</id>
<phase>process-classes</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
-->
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>${invokerPluginVersion}</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<reporting>
<excludeDefaults>false</excludeDefaults>
</reporting>
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<url>https://repository.apache.org/content/groups/snapshots-group/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
compile-report_fr.properties
archetype-resources/__module__Test-prod.launch
archetype-resources/__module__Test-dev.launch
archetype-resources/.settings/org.eclipse.wst.jsdt.ui.superType.container
archetype-resources/.settings/com.google.gdt.eclipse.core.prefs
archetype-resources/.settings/com.google.appengine.eclipse.core.prefs
archetype-resources/.settings/org.maven.ide.eclipse.prefs
archetype-resources/.settings/org.eclipse.jdt.core.prefs
archetype-resources/.settings/org.eclipse.wst.common.component
archetype-resources/.settings/com.google.gwt.eclipse.core.prefs
archetype-resources/.settings/.jsdtscope
archetype-resources/.settings/org.eclipse.wst.common.project.facet.core.xml
archetype-resources/.classpath
archetype-resources/.project
archetype-resources/pom.xml
archetype-resources/src/main/webapp/__module__.html
archetype-resources/src/main/webapp/WEB-INF/web.xml
archetype-resources/src/main/webapp/__module__.css
archetype-resources/src/main/resources/client/Messages.properties
archetype-resources/src/main/resources/client/Messages_fr.properties
archetype-resources/src/main/resources/__module__.gwt.xml
archetype-resources/src/main/java/client/__module__.java
archetype-resources/src/main/java/client/GreetingService.java
archetype-resources/src/main/java/shared/FieldVerifier.java
archetype-resources/src/main/java/server/GreetingServiceImpl.java
archetype-resources/src/test/resources/__module__JUnit.gwt.xml
archetype-resources/src/test/java/client/GwtTest__module__.java
org.codehaus.mojo.gwt.AbstractGwtMojo.class
org.codehaus.mojo.gwt.SdkInstallMojo.class
org.codehaus.mojo.gwt.GwtResourcesBaseMojo$ResourceFile.class
org.codehaus.mojo.gwt.GenerateAsyncMojo.class
org.codehaus.mojo.gwt.GwtModuleReader.class
org.codehaus.mojo.gwt.EmbeddedServer.class
org.codehaus.mojo.gwt.MavenProjectContext.class
org.codehaus.mojo.gwt.test.MavenTestRunner.class
org.codehaus.mojo.gwt.test.TestTemplate.class
org.codehaus.mojo.gwt.test.TestTemplate$CallBack.class
org.codehaus.mojo.gwt.eclipse.EclipseTestMojo.class
org/codehaus/mojo/gwt/eclipse/launch.fm
org/codehaus/mojo/gwt/eclipse/google.fm
org.codehaus.mojo.gwt.eclipse.EclipseMojo.class
org/codehaus/mojo/gwt/eclipse/test-launch.fm
org.codehaus.mojo.gwt.eclipse.EclipseTestMojo$1.class
org.codehaus.mojo.gwt.eclipse.EclipseUtil.class
org.codehaus.mojo.gwt.GwtCleanMojo.class
org/codehaus/mojo/gwt/mojoGwtVersion.properties
org.codehaus.mojo.gwt.GwtResourcesMojo.class
org.codehaus.mojo.gwt.AbstractGwtModuleMojo.class
org.codehaus.mojo.gwt.ClasspathBuilder.class
org.codehaus.mojo.gwt.utils.GwtModuleReaderException.class
org.codehaus.mojo.gwt.utils.DefaultGwtModuleReader.class
org.codehaus.mojo.gwt.utils.GwtDevHelper.class
org.codehaus.mojo.gwt.GwtSourcesJarMojo.class
org.codehaus.mojo.gwt.GwtModule.class
org.codehaus.mojo.gwt.GwtResourcesBaseMojo.class
org.codehaus.mojo.gwt.reports.CompilationReportRenderer.class
org.codehaus.mojo.gwt.reports.CompileReport.class
org.codehaus.mojo.gwt.reports.SoycReport.class
org.codehaus.mojo.gwt.webxml.ExitException.class
org.codehaus.mojo.gwt.webxml.ServletDescriptor.class
org.codehaus.mojo.gwt.webxml.ServletAnnotationFinder.class
org.codehaus.mojo.gwt.webxml.MergeWebXmlMojo.class
org.codehaus.mojo.gwt.webxml.GwtWebInfProcessor.class
org.codehaus.mojo.gwt.shell.BrowserManagerServerMojo.class
org.codehaus.mojo.gwt.shell.TestMojo.class
org.codehaus.mojo.gwt.shell.DebugMojo.class
org.codehaus.mojo.gwt.shell.HelpMojo.class
org.codehaus.mojo.gwt.shell.MakeCatalinaBase.class
org.codehaus.mojo.gwt.shell.I18NMojo.class
org.codehaus.mojo.gwt.shell.SuperDevModeMojo.class
org.codehaus.mojo.gwt.shell.JavaShell.class
org.codehaus.mojo.gwt.shell.TestMojo$1.class
org.codehaus.mojo.gwt.shell.JavaCommandException.class
org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo$1.class
org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo.class
org.codehaus.mojo.gwt.shell.JavaCommand$2.class
org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo$JavaCommand.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
maven-project-${mavenVersion}.jar
/org.apache.maven/maven-project/${mavenVersion}
查看maven-project所有版本文件
maven-model-${mavenVersion}.jar
/org.apache.maven/maven-model/${mavenVersion}
查看maven-model所有版本文件
maven-artifact-${mavenVersion}.jar
/org.apache.maven/maven-artifact/${mavenVersion}
查看maven-artifact所有版本文件
maven-plugin-api-${mavenVersion}.jar
/org.apache.maven/maven-plugin-api/${mavenVersion}
查看maven-plugin-api所有版本文件
maven-reporting-api-3.0.jar
/org.apache.maven.reporting/maven-reporting-api/3.0
查看maven-reporting-api所有版本文件
maven-reporting-impl-2.1.jar
/org.apache.maven.reporting/maven-reporting-impl/2.1
查看maven-reporting-impl所有版本文件
plexus-container-default-1.0-alpha-9-stable-1.jar
/org.codehaus.plexus/plexus-container-default/1.0-alpha-9-stable-1
查看plexus-container-default所有版本文件
doxia-sink-api-1.1.4.jar
/org.apache.maven.doxia/doxia-sink-api/1.1.4
查看doxia-sink-api所有版本文件
doxia-site-renderer-${doxia-sitetoolsVersion}.jar
/org.apache.maven.doxia/doxia-site-renderer/${doxia-sitetoolsVersion}
查看doxia-site-renderer所有版本文件
spring-core-3.0.5.RELEASE.jar
/org.springframework/spring-core/3.0.5.RELEASE
查看spring-core所有版本文件
plexus-utils-2.0.5.jar
/org.codehaus.plexus/plexus-utils/2.0.5
查看plexus-utils所有版本文件
qdox-1.12.jar
/com.thoughtworks.qdox/qdox/1.12
查看qdox所有版本文件
freemarker-2.3.6.jar
/freemarker/freemarker/2.3.6
查看freemarker所有版本文件
gwt-dev-${gwt.version}.jar
/com.google.gwt/gwt-dev/${gwt.version}
查看gwt-dev所有版本文件
gwt-codeserver-${gwt.version}.jar
/com.google.gwt/gwt-codeserver/${gwt.version}
查看gwt-codeserver所有版本文件
gwt-user-${gwt.version}.jar
/com.google.gwt/gwt-user/${gwt.version}
查看gwt-user所有版本文件
plexus-archiver-1.0-alpha-9.jar
/org.codehaus.plexus/plexus-archiver/1.0-alpha-9
查看plexus-archiver所有版本文件
maven-archiver-2.4.1.jar
/org.apache.maven/maven-archiver/2.4.1
查看maven-archiver所有版本文件
junit-4.8.1.jar
/junit/junit/4.8.1
查看junit所有版本文件
surefire-booter-2.4.3.jar
/org.apache.maven.surefire/surefire-booter/2.4.3
查看surefire-booter所有版本文件
surefire-api-2.4.3.jar
/org.apache.maven.surefire/surefire-api/2.4.3
查看surefire-api所有版本文件
commons-io-2.0.1.jar
/commons-io/commons-io/2.0.1
查看commons-io所有版本文件
commons-lang-2.5.jar
/commons-lang/commons-lang/2.5
查看commons-lang所有版本文件
jdom-1.1.jar
/org.jdom/jdom/1.1
查看jdom所有版本文件
jaxen-1.1.1.jar
/jaxen/jaxen/1.1.1
查看jaxen所有版本文件
bcel-5.2.jar
/org.apache.bcel/bcel/5.2
查看bcel所有版本文件
xercesImpl-2.9.1.jar
/xerces/xercesImpl/2.9.1
查看xercesImpl所有版本文件
classworlds-1.1-alpha-2.jar
/classworlds/classworlds/1.1-alpha-2
查看classworlds所有版本文件
plexus-compiler-api-1.5.3.jar
/org.codehaus.plexus/plexus-compiler-api/1.5.3
查看plexus-compiler-api所有版本文件
maven-plugin-testing-harness-1.0-beta-1.jar
/org.apache.maven.shared/maven-plugin-testing-harness/1.0-beta-1
查看maven-plugin-testing-harness所有版本文件
plexus-compiler-javac-1.5.3.jar
/org.codehaus.plexus/plexus-compiler-javac/1.5.3
查看plexus-compiler-javac所有版本文件
|