Re: Using site even if build fails

2015-03-28 Thread Hervé BOUTEMY
can you share a demo project, pleaase? Regards, Hervé Le samedi 28 mars 2015 16:27:06 Robert Mark Bram a écrit : > Hi all, > > Please excuse me if this is a double post - I couldn't be sure the > first one went through. > > I am trying this command line: > > mvn --fail-at-end -Plocal verify s

Using site even if build fails

2015-03-27 Thread Robert Mark Bram
Hi all, Please excuse me if this is a double post - I couldn't be sure the first one went through. I am trying this command line: mvn --fail-at-end -Plocal verify site And I find that if an integration test fails, site is *not* being run at all - even with --fail-at-end. This is my reporting el

Using site even if build fails

2015-03-27 Thread Robert Mark Bram
Hi all, I am trying this command line: mvn --fail-at-end -Plocal verify site And I find that if an integration test fails, site is *not* being run at all - even with --fail-at-end. This is my reporting element in pom.xml: org.apache.maven.plugins maven-surefire-re