MVN

com.github.volodya-lombrozo : test-naming-conventions

Maven & Gradle

Feb 24, 2023
17 stars

test-naming-conventions · Plugin for checking test naming rules

<plugin>
    <groupId>com.github.volodya-lombrozo</groupId>
    <artifactId>test-naming-conventions</artifactId>
    <version>0.1.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.volodya-lombrozo : test-naming-conventions to add to Maven - Latest Versions:

  • Latest Stable: 0.1.8

All Versions

Choose a version of com.github.volodya-lombrozo : test-naming-conventions to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
test-naming-conventions-0.1.8
test-naming-conventions-0.1.7
test-naming-conventions-0.1.6
test-naming-conventions-0.1.5
test-naming-conventions-0.1.4
test-naming-conventions-0.1.2
test-naming-conventions-0.1.1
test-naming-conventions-0.1.0

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.github.volodya-lombrozo</groupId>
    <artifactId>test-naming-conventions</artifactId>
    <version>0.1.8</version>
</plugin>