Last Version

Maven Plugin Testing Mechanism 3.3.0

The Maven Plugin Testing Harness provides mechanisms to manage tests on Mojo.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.maven.plugin-testing
ArtifactId

ArtifactId

maven-plugin-testing-harness
Version

Version

3.3.0
Type

Type

jar
Description

Description

Maven Plugin Testing Mechanism
The Maven Plugin Testing Harness provides mechanisms to manage tests on Mojo.
Project URL

Project URL

http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/
Project Organization

Project Organization

The Apache Software Foundation

Download maven-plugin-testing-harness 3.3.0


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

Dependencies

compile (2)

Group / Artifact Type Version
commons-io : commons-io jar 2.2
org.codehaus.plexus : plexus-archiver jar 2.2

provided (7)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.2.5
org.apache.maven : maven-compat jar 3.2.5
org.apache.maven : maven-model jar 3.2.5
org.apache.maven : maven-plugin-api jar 3.2.5
org.apache.maven : maven-aether-provider jar 3.2.5
org.codehaus.plexus : plexus-utils jar 3.0.15
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.