Hello all, At my work place, we have a requirement to do daily release using maven-release-plugin. So I create a custom plugin to run both release:prepare and release:perform in one shot.
If there are enought interests, I can merge it into maven-release-plugin in
a new mojo
The mojo auto assign a tag with ${prefix}-${version}. prerfix has a
default value ${artifactId} of the root pom
WDYT?
-Dan
