Looking at the cruisecontrol plugin, it uses the SCM plugin to update the project before testing. If I am using cruisecontrol to build a multiproject application, can the SCM plugin be run on each of the modules? Is there a way to pass property values into the cruisecontrol list of executions?
Would this work? maven.cruisecontrol.goals=multiproject:goal -Dgoal=scm:update|clean|multiproject:clean|multiproject:install-snapshot|mul tiproject:deploy-snapshot|multiproject:site|site:deploy Ryan -----Original Message----- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 2:54 AM To: 'Maven Users List' Subject: RE: Continuous integration Check the archives. I use the cruisecontrol plugin to generate configuration files for use with cruise control. - Brett > -----Original Message----- > From: Plath, Elton [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 17 September 2003 5:42 PM > To: '[EMAIL PROTECTED]' > Subject: Continuous integration > > > Hi all, > > Whats the recommended/easiest/best way to do CI with maven. > Id really like to also get a "build success/failed" email message. > > Regards > Elton > > ______________________________________________________________ > _____________________________________ > > > The views expressed in this email are, unless otherwise > stated, those of the author and not those of the FirstRand > Banking Group or its management. The information in this > e-mail is confidential and is intended solely for the > addressee. Access to this e-mail by anyone else is unauthorised. > If you are not the intended recipient, any disclosure, > copying, distribution or any action taken or > omitted in reliance on this, is prohibited and may be > unlawful. Whilst all reasonable steps are taken to ensure the > accuracy and integrity of information and data > transmitted electronically and to preserve the > confidentiality thereof, no liability or > responsibility whatsoever is accepted if information or data > is, for whatever reason, corrupted > or does not reach its intended destination. > > ________________________________ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
