Hi all, I have 2 plugins enabled for unit test reports: junit-report and jcoverage, now each one of them is running unit test for itself and I was wondering if there is a way to make one of them (any one of them) to use already generated reports from other plugin and not run the test again (this causes maven to fail on my machine because of java heap size (can't change it) ). While surfing in jira I found similar problem that has been solved for junit and clover (added new property to clover plugin) http://jira.codehaus.org/browse/MPCLOVER-18 Now I couldn't find anything for neither one of my plugins, does anyone know a way around this?
Thank you in advance, Regards, Tigran Antonyan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
