组织ID: |
org.apache.tapestry |
项目ID: |
tapestry-test |
版本: |
4.1.4 |
最后修改时间: |
2018-11-20 13:05:52 |
包类型: |
jar |
标题: |
Tapestry Test |
描述: |
Tapestry Test Utilities |
相关URL: |
http://tapestry.apache.org/tapestry-test/ |
大小: |
16.18KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-test</artifactId>
<version>4.1.4</version>
</dependency>
|
Gradle引入代码: |
org.apache.tapestry:tapestry-test:4.1.4
|
下载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>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-test</artifactId>
<packaging>jar</packaging>
<version>4.1.4</version>
<description>Tapestry Test Utilities</description>
<name>Tapestry Test</name>
<inceptionYear>2006</inceptionYear>
<url>http://tapestry.apache.org/tapestry-test/</url>
<licenses>
<license>
<name>Apache Software License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<organization>
<name>Apache Software Foundation</name>
<url>http://www.apache.org</url>
</organization>
<issueManagement>
<system>jira</system>
<url>http://issues.apache.org/jira/browse/TAPESTRY</url>
</issueManagement>
<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry-test/trunk</connection>
<developerConnection>
scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry-test/trunk/
</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/tapestry/tapestry-test/trunk</url>
</scm>
<mailingLists>
<mailingList>
<name>Tapestry User List</name>
<subscribe>tapestry-users-subscribe@tapestry.apache.org</subscribe>
<unsubscribe>tapestry-users-unsubscribe@tapestry.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/tapestry-users/</archive>
</mailingList>
<mailingList>
<name>Tapestry Developer List</name>
<subscribe>tapestry-dev-subscribe@tapestry.apache.org</subscribe>
<unsubscribe>tapestry-dev-unsubscribe@tapestry.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/tapestry-dev/</archive>
</mailingList>
<mailingList>
<name>Tapestry Commits List</name>
<subscribe>tapestry-commits-subscribe@tapestry.apache.org</subscribe>
<unsubscribe>tapestry-commits-unsubscribe@tapestry.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/tapestry-commits/</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<id>hls</id>
<name>Howard M. Lewis Ship</name>
<email>hlship@apache.org</email>
<url>http://howardlewisship.com</url>
<roles>
<role>Menace</role>
</roles>
<timezone>5</timezone>
</developer>
<developer>
<id>jk</id>
<name>Jesse Kuhnert</name>
<email>jkuhnert@apache.org</email>
<url>http://blog.opencomponentry.com</url>
<roles>
<role>Developer</role>
</roles>
<timezone>8</timezone>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-framework</artifactId>
<version>4.1.4-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>5.5</version>
<classifier>jdk15</classifier>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.openqa.selenium.client-drivers</groupId>
<artifactId>selenium-java-client-driver</artifactId>
<version>0.9.2-SNAPSHOT</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>jetty</groupId>
<artifactId>org.mortbay.jetty</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.openqa.selenium.server</groupId>
<artifactId>selenium-server</artifactId>
<version>0.9.2-SNAPSHOT</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>jetty</groupId>
<artifactId>org.mortbay.jetty</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
<version>6.1.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<sourceDirectory>src/java</sourceDirectory>
<resources>
<resource>
<directory>src/java</directory>
<includes>
<include>**/*</include>
</includes>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<suiteXmlFiles>
<suiteXmlFile>src/test/conf/testng.xml</suiteXmlFile>
</suiteXmlFiles>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<compress>true</compress>
<index>true</index>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<inherited>true</inherited>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<archive>
<compress>true</compress>
<index>true</index>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>2.1.1</version>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<inherited>true</inherited>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<inherited>true</inherited>
<reportSets>
<reportSet>
<reports>
<report>project-team</report>
<report>mailing-list</report>
<report>issue-tracking</report>
<report>license</report>
<report>scm</report>
<report>index</report>
<report>dependencies</report>
<report>dependency-convergence</report>
</reports>
</reportSet>
</reportSets>
<configuration>
<dependencyLocationsEnabled>true</dependencyLocationsEnabled>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<linksource>true</linksource>
<tags>
<tag>
<name>todo</name>
<placement>a</placement>
<head>To do something:</head>
</tag>
</tags>
<links>
<link>http://hivemind.apache.org/hivemind1/hivemind/apidocs/</link>
<link>http://java.sun.com/j2se/1.4.2/docs/api/</link>
<link>http://java.sun.com/products/servlet/2.3/javadoc/</link>
<link>http://jakarta.apache.org/commons/codec/api-release/</link>
<link>http://jakarta.apache.org/commons/fileupload/apidocs/</link>
<link>http://jakarta.apache.org/commons/logging/apidocs/</link>
<link>http://www.ognl.org/2.6.9/Documentation/javadoc/</link>
</links>
<stylesheetfile>${basedir}/src/site/resources/css/jdstyle.css</stylesheetfile>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
</plugin>
</plugins>
</reporting>
<distributionManagement>
<site>
<id>tapestry</id>
<url>scpexe://people.apache.org/www/tapestry.apache.org/tapestry4.1/tapestry-test/</url>
</site>
<repository>
<id>tapestry</id>
<url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
</repository>
<snapshotRepository>
<id>tapestry</id>
<url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
</snapshotRepository>
</distributionManagement>
<repositories>
<repository>
<id>openqa</id>
<name>OpenQA Maven Repository</name>
<url>http://maven.openqa.org/</url>
</repository>
</repositories>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.tapestry.TestBase$1.class
org.apache.tapestry.Capturer.class
org.apache.tapestry.BaseComponentTestCase.class
org.apache.tapestry.BaseComponentTestCase$1.class
org.apache.tapestry.JettyRunner.class
org.apache.tapestry.TestBase.class
org.apache.tapestry.TestBase$ControlSource.class
META-INF/maven/org.apache.tapestry/tapestry-test/pom.xml
META-INF/maven/org.apache.tapestry/tapestry-test/pom.properties
META-INF/INDEX.LIST
|
依赖Jar: |
tapestry-framework-4.1.4-SNAPSHOT.jar
/org.apache.tapestry/tapestry-framework/4.1.4-SNAPSHOT
查看tapestry-framework所有版本文件
easymock-2.3.jar
/org.easymock/easymock/2.3
查看easymock所有版本文件
easymockclassextension-2.3.jar
/org.easymock/easymockclassextension/2.3
查看easymockclassextension所有版本文件
testng-5.5.jar
/org.testng/testng/5.5
查看testng所有版本文件
selenium-java-client-driver-0.9.2-SNAPSHOT.jar
/org.openqa.selenium.client-drivers/selenium-java-client-driver/0.9.2-SNAPSHOT
查看selenium-java-client-driver所有版本文件
selenium-server-0.9.2-SNAPSHOT.jar
/org.openqa.selenium.server/selenium-server/0.9.2-SNAPSHOT
查看selenium-server所有版本文件
jetty-6.1.1.jar
/org.mortbay.jetty/jetty/6.1.1
查看jetty所有版本文件
|