MVN

ga.rugal.maven : commitlinter-maven-plugin

Maven & Gradle

Feb 12, 2020
13 stars

Git Commit Message Linter Maven Plugin · The Maven plugin to lint and validate git commit message

<plugin>
    <groupId>ga.rugal.maven</groupId>
    <artifactId>commitlinter-maven-plugin</artifactId>
    <version>1.5.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ga.rugal.maven : commitlinter-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of ga.rugal.maven : commitlinter-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
commitlinter-maven-plugin-1.5.0
1.3
commitlinter-maven-plugin-1.3
1.2
commitlinter-maven-plugin-1.2
1.1
commitlinter-maven-plugin-1.1
1.0
commitlinter-maven-plugin-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>ga.rugal.maven</groupId>
    <artifactId>commitlinter-maven-plugin</artifactId>
    <version>1.5.0</version>
</plugin>

Advertisement