RE: Disabling surefire error printing to console?

2015-03-09 Thread Martin Gainty
Burt/Bat let grep find it with regular expression for 1-9? /target/surefire-reports grep Failure: [1-9] *.* Martin __ From: bur...@spinn3r.com

Does doxia site renderer have any feature to pick up and include artifacts from a pre-defined source folder/directory into output html?

2015-03-09 Thread Krishnamurthy Nagarajan
Hi, Doxia site renderer, which is built on top of doxia, has several built-in features, such as automatic inclusion of auto-generated reports into the output html artifacts (e.g. javadocs, reports created by PMD, checkstyle etc.) as per the specs given in pom.xml (assuming I am using maven for

Re: Does doxia site renderer have any feature to pick up and include artifacts from a pre-defined source folder/directory into output html?

2015-03-09 Thread Hervé BOUTEMY
Hi, Is src/site/resources [1] what you are looking for? Regards, Hervé [1] http://maven.apache.org/plugins/maven-site-plugin/examples/creating-content.html#Adding_Extra_Resources Le lundi 9 mars 2015 14:17:36 Krishnamurthy Nagarajan a écrit : Hi, Doxia site renderer, which is built on top

Re: Disabling surefire error printing to console?

2015-03-09 Thread Baptiste Mathus
What do you mean doesn't seem to solve the situation? Doesn't it work? 2015-03-08 20:22 GMT+01:00 Kevin Burton bur...@spinn3r.com: Is there away to get surefire to ONLY show the tests which failed, and NONE of their output? I read through the configuration and all the options that would seem

Re: Disabling surefire error printing to console?

2015-03-09 Thread Kevin Burton
It still prints the full exception to the console. All I want is a list of the tests which failed. On Sun, Mar 8, 2015 at 11:08 PM, Baptiste Mathus bmat...@batmat.net wrote: What do you mean doesn't seem to solve the situation? Doesn't it work? 2015-03-08 20:22 GMT+01:00 Kevin Burton