Why would you ever want to auto-release something? Isn't a release done when the module owner believes it is stable, not on an scheduled time table? I would think a daily release should take the form of a SNAPSHOT.
-----Original Message----- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Thursday, April 20, 2006 11:39 PM To: Maven Developers List Subject: release:auto-release 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
