MVN

com.cedricwalter : git-branch-renamer-maven-plugin

Maven & Gradle

Jul 19, 2017
4 stars

When working with many feature/release/bugix/hotfix branches, it is a bad idea to start changing the pom version as this will create merge conflicts using pull request. this plugin allow you to keep in ALL branches the same pom version for all your projects, for example MASTER-SNAPSHOT the version will be derived from branch name automatically.

<plugin>
    <groupId>com.cedricwalter</groupId>
    <artifactId>git-branch-renamer-maven-plugin</artifactId>
    <version>1.5.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cedricwalter : git-branch-renamer-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of com.cedricwalter : git-branch-renamer-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
git-branch-renamer-maven-plugin-1.5.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>com.cedricwalter</groupId>
    <artifactId>git-branch-renamer-maven-plugin</artifactId>
    <version>1.5.0</version>
</plugin>

Advertisement