License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Git Development Tools Version Controls |
GroupId | GroupIdcom.cedricwalter |
ArtifactId | ArtifactIdgit-branch-renamer-maven-plugin |
Version | Version1.5.0 |
Type | Typemaven-plugin |
Description |
Descriptioncom.cedricwalter:git-branch-renamer-maven-plugin
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<plugin>
<groupId>com.cedricwalter</groupId>
<artifactId>git-branch-renamer-maven-plugin</artifactId>
<version>1.5.0</version>
</plugin>
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-plugin-api | jar | 3.3.9 |
org.twdata.maven : mojo-executor | jar | 2.3.0 |
org.eclipse.jgit : org.eclipse.jgit | jar | 4.7.0.201704051617-r |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.4 |