[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.iam] Re: PluginDescriptor not found

Hello David,

There should be no difference between your plug-in and other external plugins.

However, if your mojo project is open in the workspace, IAM will try to use the project (instead of the jar in your local or remote repositories). In this case, try closing the plug-in project.

If this solves your problem, then probably there is a bug in using plugins from the workspace.

Hope that helps!
--
Abel Muiño

David Wolff wrote:

Hello all,
I have created a custom mojo that I have deployed to a local artifactory repository and am using in a project. The plugin executes as expected from the maven command line; however, when I try to execute the plugin from the Eclipse/IAM integration it bombs with the following exception:

"The PluginDescriptor for the plugin edu.letu.maven.plugin:ddl-post-processor was not found. Should have been in realm:

ClassRealm[/plugins/edu.letu.maven.plugin:ddl-post-processor:1.0-SNAPSHOT@48/thread:Worker-10,
parent: null]"

I have my plugin deploying to the plugins repository in artifactory and have verified that the plugin.xml file is in the proper place in the jar. The m2 settings for my profile has a <pluginRepositories> element that points to the local artifactory repo.

Is there anything I'm missing in my configuration or is this a bonafide issue?

Thanks in advance for your help!
Dave