【发布时间】:2012-04-22 09:48:46
【问题描述】:
我有一个 maven 项目,其中包含我需要在 eclipse 插件中使用的某个 api。这个 eclipse 插件目前不是一个 maven 项目,而是一个带有清单的普通 eclipse 插件项目。我将此插件项目转换为 maven 项目(使用 m2e 菜单命令将项目更改为 maven)我从该项目中添加了对 maven 项目的依赖项。我为这个项目构建的 Maven 从命令行运行良好。现在,当我启动 eclipse 应用程序时,我从插件项目中得到了我所指的 api 的 ClassNotFoundException。请帮忙。
【问题讨论】:
标签: eclipse maven eclipse-plugin