All,

what is the intenion behind setting the directory for the local working copy to a dir with the artifactID included:

<svn repositoryLocation="${url}" localWorkingCopy="${maven.cruisecontrol.checkout.dir}/${pom.artifactId}" />?


How should one checkout different branches of a project? modify ${maven.cruisecontrol.checkout.dir}? Wouldn't it be better to add the version toe the artifactID:

localWorkingCopy="${maven.cruisecontrol.checkout.dir}/${pom.artifactId}/${pom.currentVersion}

Then all branches of a project could live in the same checkout.dir.

Thanks for any insights.

Bernd


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

Reply via email to