failsafe is surefire just bound to theintegration-test phase.

changing surefire to be bound to the integration-test phase can cause subtle
issues as you use more plugins.

we should be able to convince failsafe to use the jars if they are
available... can you file an enhancement request in JIRA?

-Stephen

On 24 May 2010 22:54, Ernst de Haan <er...@ernstdehaan.com> wrote:

> > better off using maven-failsafe-plugin for that
>
>
> How do I know for sure "verify" is using my JAR?
>
> I tried the failsafe plugin, but it still /appears/ to be using the
> classes, not the JAR, even from my new LibraryIT.java integration test. It
> does execute, but the test fails.
>
> Here's my POM for the "base" module:
> http://github.com/znerd/logdoc/blob/master/base/pom.xml
>
> And here's the one for the "base-test" module:
> http://github.com/znerd/logdoc/blob/master/base-test/pom.xml
>
> Can I debug the "failsafe" plugin?
>
>
> Ernst
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to