After running release:perform, <developerConnection> in your working copy should end in trunk[1]. Running svn info should show that your working copy is a checkout of trunk.
If you look in your Maven repository at the released pom, the scm URLs there should end in your tag name. HTH, Justin [1] assuming that you follow the standard Subversion layout which it looks like you do. On Tue, Sep 28, 2010 at 10:41 AM, Laird Nelson <[email protected]> wrote: > I am a newbie to the maven-release-plugin. > > I have performed a couple of test releases with it, and am confused at the > moment about--fortunately--only one thing. > > My pom has an <scm> section. My project, which is currently versioned at > 1.2-SNAPSHOT, is under Subversion. > > My question is: **after** a release, what, ideally, should be the value for > the <developerConnection> element? Should it, for example, end in "trunk"? > Recall that after the release there will have been a "tagging" operation, > and the "real" version of my project will live under the Subversion URL > fragment "tags/1.2". So do I just leave the <developerConnection> alone? > Does the maven-release-plugin get smart here and try to modify this for me? > > Thanks, > Laird > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
