Good idea. That should work for us for the time being. I'm not overly
impressed with Cruise Control's support for Maven. I'll have to get
serious about testing Maven 2 and Continuum as our path forward.
Thanks again to all who answered my questions.
Guy
David Jackman wrote:
CruiseControl doesn't support the property tag within a maven tag (like
it does for ant). One workaround would be to use a different
mavenscript value for those builds. You could create a different batch
file that calls into the normal maven.bat and adds the system properties
on the command line.
For example:
mymaven.bat:
E:\\Maven 1.0.2\\bin\\maven.bat
-Dtest.run.type=integration %*
then put this in your config.xml:
<maven mavenscript="E:\\mymaven.bat"
projectfile="checkout/trunk/project.xml"
goal="scm:update clean test" multiple="1">
</maven>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]