Dependencies 如何解决“;未能对项目执行目标:无法解析依赖项;

Dependencies 如何解决“;未能对项目执行目标:无法解析依赖项;,dependencies,maven-3,pom.xml,Dependencies,Maven 3,Pom.xml,我是新来的maven。我已经使用了maven 3.0.5 我什么时候做的 $mvn清洁安装 我得到下面的错误 [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2:00.004s [INFO] Finished at: Wed Jul 03 15:27:20 IST 2013

我是新来的maven。我已经使用了
maven 3.0.5

我什么时候做的

$mvn清洁安装

我得到下面的错误

    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 2:00.004s
    [INFO] Finished at: Wed Jul 03 15:27:20 IST 2013
    [INFO] Final Memory: 29M/134M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal on project airavata-common-utils: Could not resolve dependencies for project org.apache.airavata:airavata-common-utils:jar:0.9-SNAPSHOT:
 Failed to collect dependencies for [xerces:xercesImpl:jar:2.9.1 (compile),
 org.apache.xmlbeans:xmlbeans:jar:2.5.0 (compile), xpp3:xpp3:jar:1.1.3_7 (compile), xpp5:xpp5:jar:1.2.6 (compile), 
xsul:xsul:jar:2.10.5_b (compile), xsul5-ogce:xsul5-2007-02-27:jar:1 (compile), 
org.apache.axis2:axis2-kernel:jar:1.5.1 (compile),
 commons-dbcp:commons-dbcp:jar:1.4 (compile), org.slf4j:slf4j-api:jar:1.7.2 (compile), org.apache.derby:derby:jar:10.9.1.0 (compile), org.apache.derby:derbyclient:jar:10.9.1.0 (compile), org.apache.derby:derbynet:jar:10.9.1.0 (compile), org.apache.derby:derbytools:jar:10.9.1.0 (compile),
 org.apache.tomcat.embed:tomcat-embed-core:jar:7.0.22 (compile), junit:junit:jar:4.7 (test), org.slf4j:jcl-over-slf4j:jar:1.7.2 (test),
 org.slf4j:slf4j-log4j12:jar:1.7.2 (test)]: Failed to read artifact descriptor for xpp3:xpp3:jar:1.1.3_7: Could not transfer artifact xpp3:xpp3:pom:1.1.3_7 from/to ogce.m2.all (http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all): Access denied to: http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xpp3/xpp3/1.1.3_7/xpp3-1.1.3_7.pom , ReasonPhrase:Forbidden. -> [Help 1]
    [ERROR] 
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [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 read the following articles:                                              
    [ERROR] After correcting the problems, you can resume the build with the command
    [ERROR]   mvn <goals> -rf :airavata-common-utils
[INFO]生成失败
[信息]------------------------------------------------------------------------
[信息]总时间:2:00.004s
[信息]完成时间:2013年7月3日星期三15:27:20
[信息]最终内存:29M/134M
[信息]------------------------------------------------------------------------
[错误]未能在项目airavata common utils上执行目标:无法解析项目org.apache.airavata:airavata common utils:jar:0.9-SNAPSHOT:
未能收集[xerces:xercesImpl:jar:2.9.1(编译)的依赖项,
org.apache.xmlbeans:xmlbeans:jar:2.5.0(编译),xpp3:xpp3:jar:1.1.3_7(编译),xpp5:xpp5:jar:1.2.6(编译),
xsul:xsul:jar:2.10.5_b(编译),xsul5-ogce:xsul5-2007-02-27:jar:1(编译),
axis2:axis2内核:jar:1.5.1(编译),
commons-dbcp:commons-dbcp:jar:1.4(编译),org.slf4j:slf4j-api:jar:1.7.2(编译),org.apache.derby:derby:jar:10.9.1.0(编译),org.apache.derby:derbynet:jar:10.9.1.0(编译),org.apache.derby:derbytools:jar:10.9.1.0(编译),
org.apache.tomcat.embed:tomcat嵌入核心:jar:7.0.22(编译),junit:junit:jar:4.7(测试),org.slf4j:jcl-over-slf4j:jar:1.7.2(测试),
org.slf4j:slf4j-log4j12:jar:1.7.2(测试)]:未能读取xpp3:xpp3:jar:1.1.3_7的工件描述符:无法将工件xpp3:xpp3:pom:1.1.3_7从/传输到ogce.m2.all(http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all):拒绝访问:http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xpp3/xpp3/1.1.3_7/xpp3-1.1.3_7.pom,理由短语:禁止。->[帮助1]
[错误]
[错误]要查看错误的完整堆栈跟踪,请使用-e开关重新运行Maven。
[错误]使用-X开关重新运行Maven以启用完整调试日志记录。
[错误]
[错误]有关错误和可能的解决方案的更多信息,请阅读以下文章:
[错误]纠正问题后,可以使用命令恢复生成
[错误]mvn-rf:airavata通用UTIL
如何解决错误“无法对项目执行目标:无法解决依赖项。”


基本上我无法下载依赖项。

@vijju-更改Maven的settings.xml以不指向或修复您的登录问题。

它提到了
拒绝访问。
。您有权访问该存储库吗?@CharleeChitsuk没有。以前我可以下载并构建它,而无需任何麻烦