I am trying to use the maven-inherit-plugin:1.1, which has always worked
great for me in Maven2.

But now I am using Maven3, and I get this error:

[ERROR] Failed to execute goal org.ops4j:maven-inherit-plugin:1.1:inherit
(default) on project helios-product-package-plugin: assembly plugin is not a
dependency -> [Help 1]

I debugged and stepped through the plugin and determined that the issue is
that Maven3 has not yet resolved the file to the artifact when it
is loadDependentPluginMetaData().  I have created a patch do to the resolve
in the plugin, but JIRA won't let me create a username to create a ticket,
so I can attach the patch.

Has anyone else run into this issue?  Is there another workaround?

-Ben
_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to