Hi, first of all, thanks for the awesome work on this plugin.
We currently use gitflow-maven-plugin via CI to perform our hotfix and release start/finish tasks. We switched to use Maven CI friendly versioning, and also use it for our dependencies.
This raises the need to set the changelist-property to empty for builds done on master/release, but NOT change it for builds on development branches, to make sure the correct dependencies (released/snapshot) are used.
Info: our provided maven repository cleans -SNAPSHOT builds, once a release build exists.
Would there be a need/want to support this? If yes, I may have time to support with an MR (after details are clarified of course).
regards m
Hi, first of all, thanks for the awesome work on this plugin.
We currently use gitflow-maven-plugin via CI to perform our hotfix and release start/finish tasks. We switched to use Maven CI friendly versioning, and also use it for our dependencies.
This raises the need to set the
changelist-property to empty for builds done on master/release, but NOT change it for builds on development branches, to make sure the correct dependencies (released/snapshot) are used.Info: our provided maven repository cleans -SNAPSHOT builds, once a release build exists.
Would there be a need/want to support this? If yes, I may have time to support with an MR (after details are clarified of course).
regards m