Re: Testing plugins in multi-module projects

2008-07-15 Thread Mark Hobson
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

Re: Testing plugins in multi-module projects

2008-07-14 Thread Benjamin Bentmann
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

Testing plugins in multi-module projects

2008-07-14 Thread Mark Hobson
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