MVN

com.rudikershaw.gitbuildhook : git-build-hook-maven-plugin

Maven & Gradle

Mar 05, 2023
118 stars

Git Build Hook Maven Plugin · A plugin for installing local hooks and running basic git related validation during your Maven build.

<plugin>
    <groupId>com.rudikershaw.gitbuildhook</groupId>
    <artifactId>git-build-hook-maven-plugin</artifactId>
    <version>3.4.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rudikershaw.gitbuildhook : git-build-hook-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.4.1

All Versions

Choose a version of com.rudikershaw.gitbuildhook : git-build-hook-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.4.x
git-build-hook-maven-plugin-3.4.1
git-build-hook-maven-plugin-3.4.0
3.3.x
git-build-hook-maven-plugin-3.3.0
3.2.x
git-build-hook-maven-plugin-3.2.0
3.1.x
git-build-hook-maven-plugin-3.1.0
3.0.x
git-build-hook-maven-plugin-3.0.0
2.1.x
git-build-hook-maven-plugin-2.1.0
2.0.x
git-build-hook-maven-plugin-2.0.3
git-build-hook-maven-plugin-2.0.2
git-build-hook-maven-plugin-2.0.1
git-build-hook-maven-plugin-2.0.0
1.0.x
git-build-hook-maven-plugin-1.0.2

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.rudikershaw.gitbuildhook</groupId>
    <artifactId>git-build-hook-maven-plugin</artifactId>
    <version>3.4.1</version>
</plugin>

Advertisement