| 组织ID: |
me.bazhenov |
| 项目ID: |
docker-testng-integration |
| 版本: |
1.0.2 |
| 最后修改时间: |
2019-11-30 12:32:14 |
| 包类型: |
jar |
| 标题: |
docker-testng-integration |
| 描述: |
Docker TestNG integration |
| 相关URL: |
https://github.com/bazhenov/docker-testng-integration |
| 大小: |
15.00KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>me.bazhenov</groupId>
<artifactId>docker-testng-integration</artifactId>
<version>1.0.2</version>
</dependency>
|
| Gradle引入代码: |
me.bazhenov:docker-testng-integration:1.0.2
|
| 下载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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>me.bazhenov</groupId>
<artifactId>docker-testng-integration</artifactId>
<version>1.0.2</version>
<packaging>jar</packaging>
<name>docker-testng-integration</name>
<url>https://github.com/bazhenov/docker-testng-integration</url>
<description>Docker TestNG integration</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<developers>
<developer>
<id>bazhenov</id>
<name>Denis Bazhenov</name>
<email>dotsid@gmail.com</email>
</developer>
</developers>
<scm>
<url>git@github.com:bazhenov/docker-testng-integration.git</url>
<connection>scm:git:git@github.com:bazhenov/docker-testng-integration.git</connection>
<developerConnection>scm:git:git@github.com:bazhenov/docker-testng-integration.git</developerConnection>
</scm>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.9.10</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.4.4</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.7</version>
<scope>test</scope>
</dependency>
</dependencies>
<profiles>
<profile>
<id>farpost</id>
<properties>
</properties>
<distributionManagement>
<repository>
<id>farpost-releases</id>
<url>http://maven.dev/releases</url>
</repository>
<snapshotRepository>
<id>farpost-snapshots</id>
<url>http://maven.dev/snapshots</url>
</snapshotRepository>
</distributionManagement>
</profile>
<profile>
<id>public</id>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.3</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<build>
<defaultGoal>package</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<properties>
<property>
<name>listener</name>
<value>me.bazhenov.testng.DockerTestNgListener</value>
</property>
</properties>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
me.bazhenov.testng.Container.class
me.bazhenov.testng.ContainerDefinition.class
me.bazhenov.testng.Containers.class
me.bazhenov.testng.Docker.class
me.bazhenov.testng.DockerTestNgListener.class
META-INF/maven/me.bazhenov/docker-testng-integration/pom.xml
META-INF/maven/me.bazhenov/docker-testng-integration/pom.properties
|
| 依赖Jar: |
slf4j-api-1.7.21.jar
/org.slf4j/slf4j-api/1.7.21
查看slf4j-api所有版本文件
testng-6.9.10.jar
/org.testng/testng/6.9.10
查看testng所有版本文件
hamcrest-all-1.3.jar
/org.hamcrest/hamcrest-all/1.3
查看hamcrest-all所有版本文件
jackson-databind-2.4.4.jar
/com.fasterxml.jackson.core/jackson-databind/2.4.4
查看jackson-databind所有版本文件
logback-classic-1.1.7.jar
/ch.qos.logback/logback-classic/1.1.7
查看logback-classic所有版本文件
|