【发布时间】:2018-02-12 12:50:53
【问题描述】:
我们正在使用 Maven/Tycho 构建我们的 Eclipse RCP 应用程序。在 Eclipse 内部,一切都按预期工作
clean install
但是,由于我们的构建服务器是没有互联网连接的虚拟机,这将无法正常工作。我们运行
clean install --offline
在上面,但它一直在说:
The POM for org.eclipse.tycho:tycho-maven-plugin:jar:0.25.0 is missing, no dependency information available
[ERROR] Some problems were encountered while processing the POMs:
Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:0.25.0 or one of its dependencies could not be resolved:
The following artifacts could not be resolved: org.eclipse.tycho:tycho-maven-plugin:jar:0.25.0, org.codehaus.plexus:plexus-utils:jar:1.1:
Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.eclipse.tycho:tycho-maven-plugin:jar:0.25.0 has not been downloaded from it before.
tycho-maven-plugin 是否可以离线使用?如果您需要回复,我们也可以提供 POM。
【问题讨论】: