我有一个包含多个依赖项的插件项目。其中,有一些不在官方的p2 Eclipse存储库中。它们是从其私人"手动安装的。更新网站。
Tycho无法编译插件,因为它无法找到本地依赖项的位置。
[ERROR] Missing requirement: es.uma.lcc.e-motions 2.0.1.qualifier requires 'bundle es.upv.dsic.issi.moment.mdt.maudedaemon 1.3.6' but it could not be found
这些依赖项是eclipse/plugins
文件夹中的jar。我可以将此文件夹作为存储库添加到我生成的pom.xml中吗?