2008/7/14 Benjamin Bentmann <[EMAIL PROTECTED]>:
> I tried to realize something like this for integration testing with the
> Invoker Plugin. Its invoker:install goal introduced with the release of
> version 1.2 aims at staging not only the artifact under test but also its
> dependencies from the re
Mark Hobson wrote:
Has anyone managed to achieve this or would this be a new feature?
I tried to realize something like this for integration testing with the
Invoker Plugin. Its invoker:install goal introduced with the release of
version 1.2 aims at staging not only the artifact under test b
Hi there,
I've used maven-plugin-testing-tools previously to test simple plugins
with success. I now need to use it within a multi-module project, for
example:
project
+- api
+- maven-plugin (dependencies: api)
The problem is that
PluginTestTool.preparePluginForUnitTestingWithMavenBuilds will i