Re: nar-plugin integration

2013-05-09 Thread Rob Campbell
, May 8, 2013 4:59:51 PM UTC-4, Rob Campbell wrote: > > I'm using the ${maven.test.failure.ignore} property in my pom.xml and my > test runner returns 0 even with failed tests if I explicitly set the value > with the '-Dmaven.test.failure.ignore=true' switch. But when I

Re: nar-plugin integration

2013-05-08 Thread Rob Campbell
gt; that can parse different test result formats, so hopefully one would work > for you. The xUnit plugin is handy if your test format can be transformed > into Junit format; you'd just need to supply an XSL stylesheet that > describes the transformation rules. > > -- Dean

Re: nar-plugin integration

2013-05-06 Thread Rob Campbell
er, can > downgrade a build from successful to unstable if it discovers failed tests > in the test results. It sounds like the maven-nar-plugin might be returning > a non-zero result on test failures. > > -- Dean > > > On Monday, May 6, 2013 8:24:16 AM UTC-7, Rob Campbell wro

nar-plugin integration

2013-05-06 Thread Rob Campbell
I'm attempting to use Jenkins for CI of a C++ project which is built using the maven-nar-plugin. I'd like to know how I could better integrate the nar-plugin with Jenkins so that failed tests do not cause a broken build, but instead cause an unstable build, as with JUnit tests for Java. The nar