MVN

io.github.phillipuniverse : githook-maven-plugin

Maven & Gradle

Mar 23, 2020
27 stars

Git Hook Plugin · Maven plugin to configure and install local git hooks

<plugin>
    <groupId>io.github.phillipuniverse</groupId>
    <artifactId>githook-maven-plugin</artifactId>
    <version>1.0.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.phillipuniverse : githook-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of io.github.phillipuniverse : githook-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
githook-maven-plugin-1.0.5
githook-maven-plugin-1.0.4
githook-maven-plugin-1.0.3
githook-maven-plugin-1.0.2
githook-maven-plugin-1.0.1
githook-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.phillipuniverse</groupId>
    <artifactId>githook-maven-plugin</artifactId>
    <version>1.0.5</version>
</plugin>