MVN

com.github.leeyazhou : git-code-format-maven-plugin

Maven & Gradle

May 09, 2024

Git Code Format Maven Plugin · A maven plugin that automatically deploys https://github.com/google/google-java-format code formatter as a pre-commit git hook

<plugin>
    <groupId>com.github.leeyazhou</groupId>
    <artifactId>git-code-format-maven-plugin</artifactId>
    <version>2.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.leeyazhou : git-code-format-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.7

All Versions

Choose a version of com.github.leeyazhou : git-code-format-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.7
git-code-format-maven-plugin-2.7

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.github.leeyazhou</groupId>
    <artifactId>git-code-format-maven-plugin</artifactId>
    <version>2.7</version>
</plugin>

Advertisement