Maven Test Plugin

Run JUnit tests.

Categories

Categories

Maven Build Tools
GroupId

GroupId

maven
ArtifactId

ArtifactId

maven-test-plugin
Last Version

Last Version

1.8.2
Release Date

Release Date

Type

Type

jar
Description

Description

Maven Test Plugin
Run JUnit tests.
Project URL

Project URL

http://maven.apache.org/maven-1.x/plugins/test/
Project Organization

Project Organization

Apache Software Foundation
Source Code Management

Source Code Management

http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/test/

Download maven-test-plugin

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
junit : junit jar 3.8.2
xml-apis : xml-apis jar 1.3.03
xml-resolver : xml-resolver jar 1.1
xerces : xercesImpl jar 2.8.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.8.2
1.8.1
1.8
1.7
1.6.2
1.6.1
1.6
1.5
1.0