You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Stevo Slavić <ss...@gmail.com> on 2009/12/20 21:39:16 UTC

maven-invoker-plugin, plugin testing, and IT's with plugin snapshot dependencies

Hello Maven users,

If one installs a snapshot of a plugin (P1) in local repository, and for
other plugin (P2) an IT, run using maven-invoker-plugin configured as
recommended to use isolated local repository for integration tests, is a
project which makes use of P1 snapshot, IT will fail since P1 snapshot is
not available in IT local repository. Seems it's not currently (v1.5)
possible to configure maven-invoker-plugin's install mojo to install given
plugin artifacts into IT local repository.

Regards,
Stevo.