Last Version

ShadeFire JUnit3 Provider 3.0.0-M7

A super-shaded junit3 provider that is used by surefire to build itself, that basically has ALL classes relocated to facilitate no API-conflict whatsoever with ourself. The only remaining point of conflict is around the booter properties file format.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.maven.surefire
ArtifactId

ArtifactId

surefire-shadefire
Version

Version

3.0.0-M7
Type

Type

jar
Description

Description

ShadeFire JUnit3 Provider
A super-shaded junit3 provider that is used by surefire to build itself, that basically has ALL classes relocated to facilitate no API-conflict whatsoever with ourself. The only remaining point of conflict is around the booter properties file format.
Project URL

Project URL

https://maven.apache.org/surefire/surefire-shadefire/
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://github.com/apache/maven-surefire/tree/surefire-3.0.0-M7/surefire-shadefire

Download surefire-shadefire 3.0.0-M7


<!-- https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-shadefire/ -->
<dependency>
    <groupId>org.apache.maven.surefire</groupId>
    <artifactId>surefire-shadefire</artifactId>
    <version>3.0.0-M7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-shadefire/
implementation 'org.apache.maven.surefire:surefire-shadefire:3.0.0-M7'
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-shadefire/
implementation ("org.apache.maven.surefire:surefire-shadefire:3.0.0-M7")
'org.apache.maven.surefire:surefire-shadefire:jar:3.0.0-M7'
<dependency org="org.apache.maven.surefire" name="surefire-shadefire" rev="3.0.0-M7">
  <artifact name="surefire-shadefire" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='surefire-shadefire', version='3.0.0-M7')
)
libraryDependencies += "org.apache.maven.surefire" % "surefire-shadefire" % "3.0.0-M7"
[org.apache.maven.surefire/surefire-shadefire "3.0.0-M7"]

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.hamcrest : hamcrest-library jar 1.3
org.assertj : assertj-core jar 3.22.0

Project Modules

There are no modules declared in this project.