[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Idiot's guide to setting up mc build in Eclipse?

pgier do-not-reply at jboss.com
Sun Apr 22 14:12:34 EDT 2007


I don't know if this is the easiest way, but one thing you can do is use the surefire report plugin like this:

  | mvn surefire-report:report
  | 
That will generate an html report located in target/site/surefire-report.html.

If you want the report to show only failures, you can run it like this:

  | mvn -DshowSuccess=false surefire-report:report
  | 


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039619#4039619

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039619



More information about the jboss-dev-forums mailing list