And you should not run

mvn integration-test

as that does not allow for the post-integration-test phase to execute.

only ever type

mvn verify

to run integration tests if they are executed by default.

if they are part of a profile it is customary to call the profile run-its

in which case you have

mvn verify -Prun-its

HTH

-Stephen

On 12 July 2010 15:42, Ross McDonald <[email protected]> wrote:

>
> Hi Guys.
>
> I would like to know if it is possible to only have integration-test
> execute
> when it is specifically requested as a phase.  I would like it ignored upon
> all subsequent phases like install.
>
> Thanks for your help,
>
>  -- Ross
> --
> View this message in context:
> http://maven.40175.n5.nabble.com/Stop-integration-test-from-executing-with-install-phase-tp1046380p1046380.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to