cucumber-companion-maven-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.gradle.cucumber.companion</groupId> <artifactId>cucumber-companion-maven-plugin</artifactId> <version>1.3.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.gradle.cucumber.companion</groupId> <artifactId>cucumber-companion-maven-plugin</artifactId> <version>1.3.0</version> <name>Cucumber Companion Maven Plugin</name> <description>Maven Plugin making Cucumber tests compatible with Develocity's test acceleration features</description> <url>https://github.com/gradle/cucumber-companion/</url> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <name>The Gradle team</name> <organization>Gradle Inc.</organization> <organizationUrl>https://gradle.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/gradle/cucumber-companion.git</connection> <developerConnection>scm:git:ssh://git@github.com:gradle/cucumber-companion.git</developerConnection> <url>https://github.com/gradle/cucumber-companion/</url> </scm> <dependencies/> </project>