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 install
only a test version of the plugin into the test repository, whereas I
also need a test version of its intra-project dependencies to be
installed into the test repository with their pom dependency versions
mangled respectively.

Has anyone managed to achieve this or would this be a new feature?

Cheers,

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to