you need to set the maven.scm.svn.tag.base property: maven.scm.svn.tag.base=https://adress/svn/tags
http://www.apache.org/~brett/maven-stage-site/reference/plugins/scm/properties.html Cheers, Brett On Tue, 8 Feb 2005 17:50:52 +0100, Harald Meyer <[EMAIL PROTECTED]> wrote: > Hi, > > I am currently trying to setup preparing and performing a release using > the SCM plugin 1.5-beta-3. The structure of our subversion repository > looks like this: > > /tags > /trunk/subproject1 > /trunk/subproject2 > > Each of the sub projects is an individual Maven project. When I do a > prepare release using aa new tag (for example 0.4.0) the tag directory > looks as follows: > > /tags/0.4.0/. > /tags/0.4.0/src > /tags/0.4.0/test > ... > > the project contents are copied directly under the tag. I expected it > to look like: > /tags/0.4.0/subproject1 > ... > > The URL I am using is scm:svn:https://adress/svn/trunk/subproject1 > > Is this the correct format? > > Best regards, > Harald Meyer > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
