jar

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.

Table Of Contents

Latest Version

Download com.cedricwalter : git-branch-renamer-maven-plugin JAR file - Latest Versions:

All Versions

Download com.cedricwalter : git-branch-renamer-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window git-branch-renamer-maven-plugin-1.5.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.cedricwalter.maven.git

├─ com.cedricwalter.maven.git.BranchNameDetector.class - [JAR]

├─ com.cedricwalter.maven.git.BranchNameFixer.class - [JAR]

├─ com.cedricwalter.maven.git.GitMojo.class - [JAR]

Advertisement