http://weblogs.java.net/blog/2008/08/31/using-maven-release-plugin
http://www.vineetmanohar.com/2009/10/23/how-to-automate-project-versioning-and-release-with-maven/ Regards, Stevo. On Thu, Nov 19, 2009 at 8:19 PM, Stephen Connolly < [email protected]> wrote: > mvn release:perform > after the prepare > > Sent from my [rhymes with tryPod] ;-) > > > On 19 Nov 2009, at 19:11, "Neil Chaudhuri" <[email protected]> > wrote: > > I am using the prepare goal of the Maven Release Plugin to publish a >> release in SVN. The result of course is that the poms in the trunk and >> in my local copy are updated to the next version snapshot. What I want >> to do is to take the release in SVN and publish it to my local Nexus >> repository in the releases portion of the site. I am doing the same for >> snapshots by using the Maven Deploy Plugin. >> >> >> >> I suppose my question is how can I get the Maven Release and Deploy >> Plugins to work in tandem so that I can release something to SVN and >> then have it be deployed to my local Nexus repository. >> >> >> >> Thanks. >> >> >> >> > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
