Hi together
I have a problem using the SCM Plugin to build one subproject:
Mainproject --- SubProject A --- SubProject B
The Mainproject is checked in to CVS and the subprojects are in subfolders. Now I want to release the Subproject A.
I change the current directory to the subproject and invoke the goal: scm:perform-release.
It will checkout my project, but then it wants to call the given goal in the mainproject instead of the subproject.
I tried to set the property maven.scm.bootstrap.pom.dir, but it will be overridden from the "scm:checkout-project" goal in this line:
<j:set var="maven.scm.bootstrap.pom.dir" value="${maven.scm.checkout.dir}/${maven.scm.cvs.module}"/>
Thanks a lot for any answers Martin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
