Re: integration tests fail, but not the main build

2011-01-25 Thread Simone Tripodi
gotcha!!! just tried your suggestion and worked, kudos to you! :) thanks a lot, have a nice day! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Tue, Jan 25, 2011 at 11:51 AM, Stephen Connolly wrote: > Never ever run the goals > > pre-integration-test > integration-test

Re: integration tests fail, but not the main build

2011-01-25 Thread Stephen Connolly
Never ever run the goals pre-integration-test integration-test post-integration-test directly from the command line to run integration tests use mvn verify the best practice for using the integration-test phase is to not fail the build in that phase and defer checking the integration test resu

integration tests fail, but not the main build

2011-01-25 Thread Simone Tripodi
Hi all, I'm sure I missed something, but when running integration tests using maven-invoker-plugin, even if integration tests fail, the build doesn't :( This[1] is the plugin configuration and the related output[2] I can get after ran `mvn clean integration-test` Any hint would be much more than ap