Hi all,

I just managed to use "maven-release-plugin" (2.0-beta-3) to automate the release
and tag process within my projects.
Anything works fine, except that the generated <connection> and <developerConnection>
entries are created false.
I have multiple projects in one subversion repository. So my "trunk" tree looks like

trunk/project1/subproject1-1
trunk/project1/subproject1-2
trunk/project2
...

I wanted the same structure within my tags directory

tags/project1
tags/project2

which I created before using the release plugin. Therefore I have set the tagBase
to tags/project1 and the tagName to e.g. to subproject1-1_RELEASE_1.0.
The tag was created as
tags/project1/subproject1-1_RELEASE_1.0
within my subversion repository, but the connection and the developerConnection
tags within the generated RELEASE_1.0 poms contain:
tags/subproject1-1_RELEASE_1.0/project1.

Is this already fixed within a later version?

Yours
Stefan
___________________________________________________
Try the New Netscape Mail Today!
Virtually Spam-Free | More Storage | Import Your Contact List
http://mail.netscape.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to