从命令行安装eclipse功能时未找到捆绑包

从命令行安装eclipse功能时未找到捆绑包,eclipse,maven,eclipse-plugin,eclipse-rcp,tycho,Eclipse,Maven,Eclipse Plugin,Eclipse Rcp,Tycho,我曾经 -application org.eclipse.equinox.p2.director -repository file:///d:/updatesite/target -installIU myPlugin.feature.feature.group -destination d:/eclipse/ -profile SDKProfile ECLISec.exe -application org.eclipse.equinox.p2.direct

我曾经

   -application org.eclipse.equinox.p2.director
   -repository file:///d:/updatesite/target
   -installIU myPlugin.feature.feature.group
   -destination d:/eclipse/
   -profile SDKProfile
ECLISec.exe

   -application org.eclipse.equinox.p2.director
   -repository file:///d:/updatesite/target
   -installIU myPlugin.feature.feature.group
   -destination d:/eclipse/
   -profile SDKProfile
但我得到了这个错误: 需要“bundle org.eclipse.core.runtime 3.7.0”,但找不到它

   -application org.eclipse.equinox.p2.director
   -repository file:///d:/updatesite/target
   -installIU myPlugin.feature.feature.group
   -destination d:/eclipse/
   -profile SDKProfile

注意:我使用maven tycho构建了该功能,当我将indigo update站点添加到当前存储库时,它对我很有用

   -application org.eclipse.equinox.p2.director
   -repository file:///d:/updatesite/target
   -installIU myPlugin.feature.feature.group
   -destination d:/eclipse/
   -profile SDKProfile
   -repository file:///d:/updatesite/target,http://download.eclipse.org/releases/indigo/

我怎样才能拥有indigo update站点的本地副本,这样它就不会每次都连接到internet,而且如果我们直接放置indigo updatesite,我已经多次遇到连接错误。请尝试添加-artifactRepository选项并指向eclipse目录,如:
-artifactRepositoryfile:///D:/eclipse