Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Excluding changesets of a Maven Release with [maven-release-plugin] prefix

Markus Helm March 26, 2014

I was wondering why the commits of a maven release didn't trigger a build in Bamboo. In the log I found entries that some changesets got excluded. Finally I came up with the idea that Bamboo is eventually ignoring commits with [maven-release-plugin] as prefix and it turned out to be true.

When I reword the commit messages and alter the prefix to [aven-...] the changesets get accepted and trigger a build.

Is it documented somewhere that this prefix causes an exclusing??? How can I turn it off?

Cheers,
Markus

1 answer

0 votes
Markus Helm March 26, 2014

As a workaround I've changed the prefix used by the maven-release-plugin with

mvn release:prepare -DscmCommentPrefix="[maven] "

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events