MVN

org.kohsuke : maven-junit-plugin

Maven & Gradle

Jan 03, 2013

maven-junit-plugin Maven Mojo · Maven plugin to run JUnit tests in parallel

<plugin>
    <groupId>org.kohsuke</groupId>
    <artifactId>maven-junit-plugin</artifactId>
    <version>1.11</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kohsuke : maven-junit-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.11

All Versions

Choose a version of org.kohsuke : maven-junit-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.11
maven-junit-plugin-1.11

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.kohsuke</groupId>
    <artifactId>maven-junit-plugin</artifactId>
    <version>1.11</version>
</plugin>

Advertisement

Dependencies from Group

Aug 21, 2023
102 usages
1k stars
Apr 12, 2018
53 usages
Aug 04, 2018
19 usages
Mar 18, 2021
12 usages
130 stars
Jul 20, 2015
9 usages

Discover Dependencies