License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Mixin Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdcom.danhaywood.mavenmixin |
ArtifactId | ArtifactIdsurefire |
Last Version | Last Version0.0.6 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncom.danhaywood.mavenmixin:surefire
Maven mixin that configures the surefire plugin to run unit tests, integration tests and BDD specs in separate executions.
|
Project URL |
Project URL |
Filename | Size |
---|---|
surefire-0.0.6.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.danhaywood.mavenmixin/surefire/ -->
<dependency>
<groupId>com.danhaywood.mavenmixin</groupId>
<artifactId>surefire</artifactId>
<version>0.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.danhaywood.mavenmixin/surefire/
implementation 'com.danhaywood.mavenmixin:surefire:0.0.6'
// https://jarcasting.com/artifacts/com.danhaywood.mavenmixin/surefire/
implementation ("com.danhaywood.mavenmixin:surefire:0.0.6")
'com.danhaywood.mavenmixin:surefire:pom:0.0.6'
<dependency org="com.danhaywood.mavenmixin" name="surefire" rev="0.0.6">
<artifact name="surefire" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.danhaywood.mavenmixin', module='surefire', version='0.0.6')
)
libraryDependencies += "com.danhaywood.mavenmixin" % "surefire" % "0.0.6"
[com.danhaywood.mavenmixin/surefire "0.0.6"]