| 组织ID: |
info.cukes |
| 项目ID: |
cucumber-html |
| 版本: |
0.2.6 |
| 最后修改时间: |
2018-07-25 17:45:56 |
| 包类型: |
jar |
| 标题: |
Cucumber-HTML |
| 描述: |
Cucumber-HTML is a cross-platform HTML formatter for all the Cucumber implementations. |
| 大小: |
37.86KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-html</artifactId>
<version>0.2.6</version>
</dependency>
|
| Gradle引入代码: |
info.cukes:cucumber-html:0.2.6
|
| 下载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>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<groupId>info.cukes</groupId>
<artifactId>cucumber-html</artifactId>
<version>0.2.6</version>
<name>Cucumber-HTML</name>
<description>Cucumber-HTML is a cross-platform HTML formatter for all the Cucumber implementations.</description>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/cucumber/cucumber-html.git</connection>
<developerConnection>scm:git:git@github.com:cucumber/cucumber-html.git</developerConnection>
<url>git://github.com/cucumber/cucumber-html.git</url>
<tag>v0.2.6</tag>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<configuration>
<excludes>
<exclude>**/bubble*</exclude>
<exclude>**/report.js</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>release-sign-artifacts</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<configuration>
<useAgent>true</useAgent>
<gpgArguments>
<arg>--local-user</arg>
<arg>devs@cucumber.io</arg>
</gpgArguments>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
cucumber/formatter/formatter.js
cucumber/formatter/index.html
cucumber/formatter/jquery-1.8.2.min.js
cucumber/formatter/style.css
META-INF/maven/info.cukes/cucumber-html/pom.xml
META-INF/maven/info.cukes/cucumber-html/pom.properties
|
| 依赖Jar: |
无
|