Eclipse plugin 第谷构建Eclipse RCP

Eclipse plugin 第谷构建Eclipse RCP,eclipse-plugin,eclipse-rcp,rcp,tycho,eclipse-rap,Eclipse Plugin,Eclipse Rcp,Rcp,Tycho,Eclipse Rap,我已经创建了RCP产品(基于4.16 eclipse),具有10多个功能,产品配置文件基于这些功能,我正在使用tycho(1.7.0)构建我的工具。当我试图建立 15:19:43 [INFO] Resolving dependencies of MavenProject: myproduct:com.ui.rcp.myproduct:0.0.1-SNAPSHOT @ /data/ui-2/workspace/UI/GENERIC_UI_JOB/com.ui.rcp.myproduct/pom.x

我已经创建了RCP产品(基于4.16 eclipse),具有10多个功能,产品配置文件基于这些功能,我正在使用tycho(1.7.0)构建我的工具。当我试图建立

15:19:43 [INFO] Resolving dependencies of MavenProject: myproduct:com.ui.rcp.myproduct:0.0.1-SNAPSHOT @ /data/ui-2/workspace/UI/GENERIC_UI_JOB/com.ui.rcp.myproduct/pom.xml
15:19:44 [INFO] {osgi.os=win32, osgi.ws=win32, org.eclipse.update.install.features=true, osgi.arch=x86_64}
15:19:44 [ERROR] Cannot resolve project dependencies:
15:19:44 [ERROR]   Software being installed: myproduct 1.0.0.qualifier
15:19:44 [ERROR]   Missing requirement: myproduct 1.0.0.qualifier requires 'org.eclipse.equinox.p2.iu; org.eclipse.epp.package.rcp.feature.feature.group 0.0.0' but it could not be found
15:19:44 [ERROR] 
15:19:44 [ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
15:19:44 [ERROR] Cannot resolve dependencies of MavenProject: myproduct:com.ui.rcp.myproduct:0.0.1-SNAPSHOT @ /data/ui-2/workspace/UI/GENERIC_UI_JOB/com.ui.rcp.myproduct/pom.xml: See log for details -> [Help 1]
15:19:44 [ERROR] 
15:19:44 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
15:19:44 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
15:19:44 [ERROR] 
15:19:44 [ERROR] For more information about the errors and possible solutions, please read the following articles:
15:19:44 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException

有人能帮我解决这些错误吗。

org.eclipse.epp.package.rcp.feature.feature.group
(看起来有点奇怪,您不是直接使用eclipse平台,而是通过)缺少任何版本(
0.0.0
)。显示目标定义文件。它应该包含
https://download.eclipse.org/releases/2020-06/
repository,因为您希望基于过时的Eclipse 4.16进行构建。