【发布时间】:2018-09-14 06:52:27
【问题描述】:
我有一个用于构建 Eclipse 插件的 Maven 构建,该插件在执行期间会偶尔挂起
--- tycho-p2-repository-plugin:1.1.0:assemble-repository (default-assemble-repository) @ com.sample.product ---
否则构建将失败并显示以下错误。
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-repository-plugin:1.1.0:assemble-repository (default-assemble-repository) on project p2:Could not assemble p2 repository: Mirroring failed: No repository found at file:/C:/Users/obuli/.m2/repository/.
我正在使用以下 maven 目标和选项
clean deploy -Dtycho.localArtifacts=ignore
我已经搜索了这个问题并登陆了这个Bug,它说tycho 0.26.0 中有一个错误但我目前正在使用Tycho version 1.1.0
由于问题非常零星,我无法确定根本原因。请让我在这里缺少什么。
【问题讨论】:
标签: maven eclipse-rcp tycho p2