Hi.

If I have pom with the following, for instance:

<scm>
<connection>scm:cvs:ext:[EMAIL PROTECTED]:/fold/cvs:${groupId}/${artifactId}/</connection> <developerConnection>scm:cvs:ext:[EMAIL PROTECTED]:/fold/cvs:${groupId}/${artifactId}/</developerConnection>
</scm>

then after release:perform, the pom in the head would contain real values of those properties, e.g.:

<scm>
<connection>scm:cvs:ext:[EMAIL PROTECTED]:/fold/cvs:mygroup/myartf/</connection> <developerConnection>scm:cvs:ext:[EMAIL PROTECTED]:/fold/cvs:mygroup/myartf/</developerConnection>
</scm>

That's surely undesired. Is this done on purpose (what it is then), and how could I avoid such behavior?

Thanks.
Vytautas

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

Reply via email to