MVN

io.github.osbeorn : pre-commit-maven-plugin

Maven & Gradle

Oct 05, 2023
0 stars

pre-commit Maven Plugin · A Maven plugin for the pre-commit framework

<plugin>
    <groupId>io.github.osbeorn</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 io.github.osbeorn : pre-commit-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.github.osbeorn : 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>io.github.osbeorn</groupId>
    <artifactId>pre-commit-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>