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

Reply via email to