On Tue, Sep 28, 2010 at 10:46 AM, Justin Edelson <jus...@justinedelson.com>wrote:
> 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. > Thanks VERY much for your quick reply. So presumably, then, before I run release:prepare, I should set up my scm elements like this (for example): <developerConnection>scm:svn:http://.../tags/THE_TAG_I_WILL_SOON_RELEASE</developerConnection> ...even though of course that tag doesn't exist yet? Then it sounds like what you're saying is that release:perform will go and do surgery here and lop "tags/THE_TAG_I_WILL_SOON_RELEASE" off, and replace it with "trunk". Is that right? Do I additionally need to specify the <tag> element? Or is that inferred or supplied (always) on the command line (as it can be, according to the release plugin docs)? Thanks again, Laird