On Tuesday November 07 2006 9:08 am, Alex Schwartz wrote: > Hi, > > I am running a maven2 build with CruiseControl > (http://cruisecontrol.sourceforge.net/). > Now I would like to configure maven2 such that the surefire XML test > reports are collected > for CruiseControl and displayed on the corresponding Build Results page > of CruiseControl. > > I assume I'm not the first one using this combination.... > So, has someone a working configuration? > Or any hints, even about failing approaches?
We kind of accomplished it by using the ant builder to call to a small build.xml that forks MVN to do the build, but then collects the **/target/surefire-reports/*.xml files together into one place. https://svn.apache.org/repos/asf/incubator/cxf/trunk/build.xml Not exactly ideal, but if it works.......... -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 F:781-902-8001 [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
