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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.