Hi Janos, > -----Original Message----- > From: Janos Mucsi [mailto:[EMAIL PROTECTED] > Sent: mercredi 23 f�vrier 2005 19:29 > To: Maven Users List > Subject: Cruisecontrol plugin not running > > Hi > Any news on CC running with ClearCase? > I would immediately try it out. > > Is there a way to run CruiseControl bypassing the scm > plugin and just calling an sh script to refresh the > source, or it does not make sense?
The problem is not the script to refresh the source (this is done by CC which supports ClearCase). The cruisecontrol plugin is mostly there to generate a cruise control config file (config.xml). The generated file depends on the SCM. It should be pretty easy to modify the cruisecontrol plugin to support all the SCMs supported by CruiseControl. For example by adding an optional maven.cruisecontrol.scm.method property that would override the one from the SCM plugin. Same for maven.cruisecontrol.scm.root. I'm going on holiday in a few hours and I don't have the time to work on that but feel free to attach a patch to JIRA (with associated documentation, etc). In the future the SCM plugin will support additional SCMs. Thanks -Vincent _________________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais ! Yahoo! Mail : http://fr.mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
