Hi All, I am using maven in a continuous integration environment, all is running well and as expected.
However there is one important feature that i need to get working. I need to be able to create a project site (using the maven-site-plugin) for a failed build. At present when tests fail the build fails and everything stops. Now, to be clear - i want the build to fail on failing tests, however i still want the reports to be generated. Currently, if a test fails we have to trawl through the test / xml files generated by surefire to see why. It would be extremely useful if this info was availble on the project website. Also - as a related issue, is it really necessary for the surefire tests to be run numerous times. Inm some projects they are being run up to 5 times - which slows the build considerably. Thanks, any help / ideas gratefully accepted. Jon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
