MVN

dev.rvr : pre-commit-maven-plugin

Maven & Gradle

Apr 13, 2023
1 stars

pre-commit-maven-plugin · A maven plugin that allows you to integrate pre-commit via maven

<plugin>
    <groupId>dev.rvr</groupId>
    <artifactId>pre-commit-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.rvr : pre-commit-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of dev.rvr : pre-commit-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
pre-commit-maven-plugin-1.0.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>dev.rvr</groupId>
    <artifactId>pre-commit-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>