首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >maven在运行mvn cmd时出现问题

maven在运行mvn cmd时出现问题
EN

Stack Overflow用户
提问于 2011-06-01 15:52:13
回答 1查看 5.1K关注 0票数 1
代码语言:javascript
复制
C:\apache-maven-3.0.3\automated-maven-developer-setup>mvn install:install-file -
Dfile=Oracle-UCM-10gR3-v3.3.5.jar -DgroupId=oracle-ucm -DartifactId=oracle-ucm -
Dversion=10gR3-v3.3.5 -Dpackaging=jar -DgeneratePom=true
[INFO] Scanning for projects...
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-instal
l-plugin/2.3.1/maven-install-plugin-2.3.1.jar
[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:mave
n-install-plugin:2.3.1: Plugin org.apache.maven.plugins:maven-install-plugin:2.3
.1 or one of its dependencies could not be resolved: Could not transfer artifact
 org.apache.maven.plugins:maven-install-plugin:jar:2.3.1 from central (http://re
po1.maven.org/maven2): Error transferring file: No route to host: connect
[WARNING] Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from
central (http://repo1.maven.org/maven2): Error transferring file: Connection tim
ed out: connect
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:36.470s
[INFO] Finished at: Wed Jun 01 03:47:56 EDT 2011
[INFO] Final Memory: 1M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] No plugin found for prefix 'install' in the current project and in the p
lugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the re
positories [local (C:\Documents and Settings\CJ4Y015\.m2\repository), central (h
ttp://repo1.maven.org/maven2)] -> [Help 1]
[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundF
orPrefixException
C:\apache-maven-3.0.3\automated-maven-developer-setup>

我也添加了代理。

代码语言:javascript
复制
<proxy>
  <id>myproxy</id>
  <active>true</active>
  <protocol>http</protocol>
  <host>proxy.bbh.com</host>
  <port>8080</port>
  <username>proxyuser</username>
  <password>somepassword</password>
  <nonProxyHosts>*.google.com|ibiblio.org</nonProxyHosts>
</proxy>
EN

回答 1

Stack Overflow用户

发布于 2011-06-01 16:00:28

只是看起来你不能连接到repo1。因为您在nonProxyHosts列表中添加了ibiblio.org,所以我认为添加*.maven.org应该可以。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/6197915

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档