Quantcast
Channel: Add suffix in maven release plugin - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by user944849 for Add suffix in maven release plugin

I would try the Build Helper Maven Plugin. The parse-version goal parses the version to get the component parts, and regex-property does replacements.I've also used the GMaven plugin before to set...

View Article


Add suffix in maven release plugin

I would like to add a TEST suffix when building with the Maven release plugin. The idea that if the user which builds the artifact ticks a checkbox, then a TEST version is build.So the POM contains a...

View Article

Browsing latest articles
Browse All 2 View Live