-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/snapshot version #53
Conversation
- add new parameter - adapt documentation
- add integration test cases test14-snapshotname and test14-forcerelease - fix missing <goal>-tag in test14-primaryname
- cache RPM version information once calculated (primarily avoids duplicate logging)
- some code cleanups
Thanks for the PR! No worries, this looks great. Just to be sure, this is a non-breaking change, right? The existing behavior should be the same, only when you opt in to the new flag, you would see the change? |
Yes, non-breaking was my intention. Since the additional code only takes effect if the snapshotVersion parameter is non-empty, this should be safe. Only the log output for SNAPSHOT builds has changed, but hopefully nobody will mind that. |
I just released this in 1.6.0 of the plugin … it would be great if you could give it a try and let me know if it works as expected. Thanks a lot for the contribution! |
I pulled the version from the public maven repo and everything works as expected. Thanks for the support and the quick release. BTW: On GitHub v1.4.0 is still tagged as latest. |
Thanks for the contribution! Indeed, I added the 1.6.0 release information … and I am also in process of uploading the documentation. |
Hi @ctron,
it took me a while to get around to it, but here is my PR for #52.
I hope it's ok and fits with the rest of the code.