<build> <plugins> <plugin> <groupId>com.amashchenko.maven.plugin</groupId> <artifactId>gitflow-maven-plugin</artifactId> <version>1.21.0</version> <configuration> <!-- optional configuration --> </configuration>
<name>io.wcm.maven.aem-dependencies</name> 2 changes: 1 addition & 1 deletion 2 6.5.1/pom.xml Original file line numberDiff line numberDiff line change @@ -24,7 +24,7 @@ <groupId>io.wcm.maven</groupId> <artifactId>io.wcm.maven.aem-dependencies</artifactId> <version>6.5.1.0001...
So I figured the best plan of action was to write a specific plugin to enable git-flow style release workflows, and after a bit of twiddling, I’m pleased to bring you the JGit Flow Maven Plugin. Features While the plugin is primarily used to perform releases, it also provides full git...
So I figured the best plan of action was to write a specific plugin to enable git-flow style release workflows, and after a bit of twiddling, I’m pleased to bring you the JGit Flow Maven Plugin. Features While the plugin is primarily used to perform releases, it also provides full git...
ggitflow-maven-plugin</url> <scm> <url>https://github.com/dkirrane/ggitflow-maven-plugin</url> <connection>scm:git:https://github.com/dkirrane/ggitflow-maven-plugin.git</connection> <developerConnection>scm:git:https://github.com/dkirrane/ggitflow-maven-plugin.git</developerConnection> <...
I start the maven goals via IDE (Netbeans). Somehow I was not able to add maven/bin to my path and make Netbeans use it. So I found, that a valid setting for me was <mvnExecutable>${M2_HOME}/bin/mvn</mvnExecutable> to get the plugin runn...
Hi, here is the use case I am struggling with: Work in develop branch with maven version set to 1.0-SNAPSHOT - finish story or two. Commit/push into develop. run gitflow-start-release - create release branch releases/1.0 , maven version ...
Hi, I seem to have a small issue when running builds against master Failed to execute goal com.e-gineering:gitflow-helper-maven-plugin:1.4.0:promote-master (default) on project SpidaParent: Could not locate artifact catalog in remote rep...