Hi,

This is for Maven 1.0.2. I'm trying to run a plugin/goal after the junit tests to generate a test report. I tried creating a postGoal for this. However if the test goal fails, the post goal won't be run. Is there a way for me to run a goal or script even if the unit tests fail? I can't use the "ignore failures" option since this would cause continuum to display a build success.

Thanks,
Patrick

=========================

   <!-- generate xml for CI build report -->
   <postGoal name="test:test">
       <attainGoal name="generatereport"/>
   </postGoal>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to