You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the project version is already the release, version, great! There's nothing to do. But build-helper-maven-plugin feels it just needs to tell me about it. "Hey, developer; you might be interested in knowing that your regular expression didn't match!" (I'm quoting from memory, so it might not be exact. 😅)
The message isn't an error. It's not even a warning. It's just clutter. (And the last thing I need in my build output is more clutter.) And I already told it <failIfNoMatch>false</failIfNoMatch>. We need a <beQuietAndKeepToYourselfIfNoMatch> option. 😁
Thanks!
The text was updated successfully, but these errors were encountered:
Could we get a
<quiet>
option for theregex-property
goal? (Or better yet, don't provide output at all?)For example I have something like this to drop any
-SNAPSHOT
to find out what the release version will be:If the project version is already the release, version, great! There's nothing to do. But
build-helper-maven-plugin
feels it just needs to tell me about it. "Hey, developer; you might be interested in knowing that your regular expression didn't match!" (I'm quoting from memory, so it might not be exact. 😅)The message isn't an error. It's not even a warning. It's just clutter. (And the last thing I need in my build output is more clutter.) And I already told it
<failIfNoMatch>false</failIfNoMatch>
. We need a<beQuietAndKeepToYourselfIfNoMatch>
option. 😁Thanks!
The text was updated successfully, but these errors were encountered: