On 2011-09-26 20:58, Laird Nelson wrote:
> What should the scm element contain so that the maven-release-plugin will
> work properly?
> 
> I have seen people's projects have scm stanzas like this:
> 
> <scm>
>     <connection>scm:svn:https://whatever.com/whatever/trunk</connection>
>     <developerConnection>scm:svn:https://whatever.com/whatever/trunk
> </developerConnection>
>   </scm>
> 
> ...and I've seen the same without the trunk:
> 
> <scm>
>     <connection>scm:svn:https://whatever.com/whatever</connection>
>     <developerConnection>scm:svn:https://whatever.com/whatever
> </developerConnection>
>   </scm>
> 
> If one is using Subversion, should one append the branch/trunk name to the
> scm element, or should one only specify the repository root?

You should add trunk or branch + branch-name.

> Thanks,
> Laird
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to