MVN

com.danhaywood.mavenmixin : surefire

Maven & Gradle

Jan 25, 2018
0 stars

Maven mixin that configures the surefire plugin to run unit tests, integration tests and BDD specs in separate executions.

<dependency>
    <groupId>com.danhaywood.mavenmixin</groupId>
    <artifactId>surefire</artifactId>
    <version>0.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.danhaywood.mavenmixin : surefire to add to Maven - Latest Versions:

  • Latest Stable: 0.0.6

All Versions

Choose a version of com.danhaywood.mavenmixin : surefire to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
surefire-0.0.6
surefire-0.0.5
surefire-0.0.4
surefire-0.0.3
surefire-0.0.2
surefire-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.danhaywood.mavenmixin</groupId>
    <artifactId>surefire</artifactId>
    <version>0.0.6</version>
</dependency>