MVN

com.j256.testcheckpublisher : test-check-publisher-maven-plugin

Maven & Gradle

Feb 17, 2021
2 stars

Test Check Publisher Maven Plugin · Published unit test results to github to annotate a commit with check information.

<plugin>
    <groupId>com.j256.testcheckpublisher</groupId>
    <artifactId>test-check-publisher-maven-plugin</artifactId>
    <version>1.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.j256.testcheckpublisher : test-check-publisher-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of com.j256.testcheckpublisher : test-check-publisher-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5
test-check-publisher-maven-plugin-1.5
1.4
test-check-publisher-maven-plugin-1.4
1.3
test-check-publisher-maven-plugin-1.3
1.2
test-check-publisher-maven-plugin-1.2
1.1
test-check-publisher-maven-plugin-1.1
0.9
test-check-publisher-maven-plugin-0.9
0.8
test-check-publisher-maven-plugin-0.8
0.7
test-check-publisher-maven-plugin-0.7
0.6
test-check-publisher-maven-plugin-0.6
0.5
test-check-publisher-maven-plugin-0.5
0.4
test-check-publisher-maven-plugin-0.4
0.3
test-check-publisher-maven-plugin-0.3
0.2
test-check-publisher-maven-plugin-0.2
0.1
test-check-publisher-maven-plugin-0.1

How to add a plugin to Maven

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

<plugin>
    <groupId>com.j256.testcheckpublisher</groupId>
    <artifactId>test-check-publisher-maven-plugin</artifactId>
    <version>1.5</version>
</plugin>