Hello,

In my attempts to understand how to work with the cruisecontrol plugin for maven, I'm faced with a weird problem. (I'm using maven 1.0.2 + cc plugin snapshot + maven scm 1.5-beta-3)

If I don't define a property called maven.scm.svn.module then the cruisecontrol:configure goal crashes.

But if I set this property to, for example, the value of my project's name, what happens is that the generated configure.xml file contains the following line :
<svn repositoryLocation="http://server/svn/repos/trunk/projectname/projectname";


since I have the following repository declaration in my project.xml :
  <repository>
<connection>scm:svn:http://server/svn/repos/trunk/projectname</connection>
  </repository>

projectname is repeated 2 times in the CC config file.


I don't see the reason of this maven.scm.svn.module.

Maybe it's a remaining bug in the snapshot, so I wanted to report it to you.

Or maybe I'm doing something wrong, so please let me know.



Regards,

--
Laurent Petit

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



Reply via email to