gitflow-helper-maven-plugin
gitflow-helper-maven-plugin copied to clipboard
An extension and plugin that teaches Maven to work well with gitflow projects and CI servers.
Many of the scm related tasks are currently uncovered by ITs. We should be able to make a project stub pointing to a locally inited git repo inside the target/stub...
Bumps [org.apache.maven:maven-core](https://github.com/apache/maven) from 3.6.0 to 3.8.1. Commits 05c21c6 [maven-release-plugin] prepare release maven-3.8.1 d295dc3 [MNG-7128] keep blocked attribute from mirrors in artifact repositories a469068 next version in branch 3.8.x is 3.8.1-SNAPSHOT...
With this PR I improved the logging of the retainsPlugins processing. It produces also a warning when in the retainPlugin-list and unknown execution is specified. Helps to avoid configuration errors....
Occured only when repository proxies in ~/.m2/settings.xml are defined.
With PR #129 it is now possible to define Maven plugins that can be executed during the build of the master build. However when this Maven plugin has different executions...
Current there is no possibility to get the information about branchType and and branchName from the gitflow-helper-maven-plugin. Introduce a new goal `set-git-properties` . This goal sets the following Maven properties:...