MVN

de.sormuras.junit : junit-platform-maven-plugin

Maven & Gradle

Mar 27, 2023
61 stars

JUnit Platform Maven Plugin · Launches the JUnit Platform

<plugin>
    <groupId>de.sormuras.junit</groupId>
    <artifactId>junit-platform-maven-plugin</artifactId>
    <version>1.1.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.sormuras.junit : junit-platform-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.7

All Versions

Choose a version of de.sormuras.junit : junit-platform-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
junit-platform-maven-plugin-1.1.7
junit-platform-maven-plugin-1.1.6
junit-platform-maven-plugin-1.1.5
junit-platform-maven-plugin-1.1.4
junit-platform-maven-plugin-1.1.3
junit-platform-maven-plugin-1.1.2
junit-platform-maven-plugin-1.1.1
junit-platform-maven-plugin-1.1.0
1.0.x
junit-platform-maven-plugin-1.0.0
junit-platform-maven-plugin-1.0.0-M5
junit-platform-maven-plugin-1.0.0-M4
junit-platform-maven-plugin-1.0.0-M3
junit-platform-maven-plugin-1.0.0-M2
junit-platform-maven-plugin-1.0.0-M1

How to add a plugin to Maven

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

<plugin>
    <groupId>de.sormuras.junit</groupId>
    <artifactId>junit-platform-maven-plugin</artifactId>
    <version>1.1.7</version>
</plugin>