Hi,
I want the git commits made by the Maven Release plugin not to start the build. I've tried excluding changeset using regular expression, but that seems not work for me. Has anyone successed in excluding the changesets?
Thanks,
-Alexey
Try adding "\n" at the end of your Repository->Advanced Options->Exclude Changesets configuration. So instead of
\[maven-release-plugin\].*
I'd like you to use
\[maven-release-plugin\].*\n
Does that help?
Yep. It works. Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I tried excluding a subfolder of a directory specified in "Include / exclude files" with "Include only changes that matches to the following pattern set. It seems that "Exclude changesets" pattern is then ignored. Can you affirm that this is the expected behavior? If so, is there a workaround?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.