is not current version
Last Version 0.0.6

com.danhaywood.mavenmixin:surefire 0.0.3

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

Categories

Categories

Maven Build Tools Mixin Application Layer Libs Bytecode Manipulation
GroupId

GroupId

com.danhaywood.mavenmixin
ArtifactId

ArtifactId

surefire
Version

Version

0.0.3
Type

Type

pom

Download surefire 0.0.3

Filename Size
surefire-0.0.3.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/com.danhaywood.mavenmixin/surefire/ -->
<dependency>
    <groupId>com.danhaywood.mavenmixin</groupId>
    <artifactId>surefire</artifactId>
    <version>0.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.danhaywood.mavenmixin/surefire/
implementation 'com.danhaywood.mavenmixin:surefire:0.0.3'
// https://jarcasting.com/artifacts/com.danhaywood.mavenmixin/surefire/
implementation ("com.danhaywood.mavenmixin:surefire:0.0.3")
'com.danhaywood.mavenmixin:surefire:pom:0.0.3'
<dependency org="com.danhaywood.mavenmixin" name="surefire" rev="0.0.3">
  <artifact name="surefire" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.danhaywood.mavenmixin', module='surefire', version='0.0.3')
)
libraryDependencies += "com.danhaywood.mavenmixin" % "surefire" % "0.0.3"
[com.danhaywood.mavenmixin/surefire "0.0.3"]