↧
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 ArticleAdd 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