NutzCN Logo
问答 nutzwk maven下载包出错
发布于 2758天前 作者 qq_4eed6280 2149 次浏览 复制 上一个帖子 下一个帖子
标签:
INFO] Downloading: http://mvnrepository.com/org/nutz/nutz/1.r.58-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: http://mvnrepository.com/org/nutz/nutz/1.r.58-SNAPSHOT/nutz-1.r.58-SNAPSHOT.pom
[WARNING] The POM for org.nutz:nutz:jar:1.r.58-SNAPSHOT is missing, no dependency information available
[INFO] Downloading: http://mvnrepository.com/org/nutz/nutzwx/1.r.58-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: http://mvnrepository.com/org/nutz/nutzwx/1.r.58-SNAPSHOT/nutzwx-1.r.58-SNAPSHOT.pom
[WARNING] The POM for org.nutz:nutzwx:jar:1.r.58-SNAPSHOT is missing, no dependency information available
[INFO] Downloading: http://mvnrepository.com/org/nutz/nutz-plugins-views/1.r.58-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: http://mvnrepository.com/org/nutz/nutz-plugins-views/1.r.58-SNAPSHOT/nutz-plugins-views-1.r.58-SNAPSHOT.pom
[WARNING] The POM for org.nutz:nutz-plugins-views:jar:1.r.58-SNAPSHOT is missing, no dependency information available
[INFO] Downloading: http://mvnrepository.com/org/nutz/nutz-plugins-mock/1.r.58-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: http://mvnrepository.com/org/nutz/nutz-plugins-mock/1.r.58-SNAPSHOT/nutz-plugins-mock-1.r.58-SNAPSHOT.pom
[WARNING] The POM for org.nutz:nutz-plugins-mock:jar:1.r.58-SNAPSHOT is missing, no dependency information available
[INFO] Downloading: http://mvnrepository.com/org/nutz/nutz/1.r.58-SNAPSHOT/nutz-1.r.58-SNAPSHOT.jar
[INFO] Downloading: http://mvnrepository.com/org/nutz/nutz-plugins-views/1.r.58-SNAPSHOT/nutz-plugins-views-1.r.58-SNAPSHOT.jar
[INFO] Downloading: http://mvnrepository.com/org/nutz/nutzwx/1.r.58-SNAPSHOT/nutzwx-1.r.58-SNAPSHOT.jar
[INFO] Downloading: http://mvnrepository.com/org/nutz/nutz-plugins-mock/1.r.58-SNAPSHOT/nutz-plugins-mock-1.r.58-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.759 s
[INFO] Finished at: 2016-09-29T20:11:28+08:00
[INFO] Final Memory: 8M/19M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project nutzwk: Could not resolve dependencies for project cn.wizzer:nutzwk:war:3.2.0: The following artifacts could not be resolved: org.nutz:nutz:jar:1.r.58-SNAPSHOT, org.nutz:nutzwx:jar:1.r.58-SNAPSHOT, org.nutz:nutz-plugins-views:jar:1.r.58-SNAPSHOT, org.nutz:nutz-plugins-mock:jar:1.r.58-SNAPSHOT: Could not find artifact org.nutz:nutz:jar:1.r.58-SNAPSHOT in mirror-osc (http://mvnrepository.com/) -> [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] 

换了几个仓库地址都是如此错误,已经clean了,我用的是nutzwk3.2

5 回复

改成1.r.58即可

来自炫酷的 NutzCN

@wendal

[INFO] Building NutzWk 3.2.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.nutz:nutzwx:jar:1.r.58 is missing, no dependency information available
[WARNING] The POM for org.nutz:nutz-plugins-views:jar:1.r.58 is missing, no dependency information available
[WARNING] The POM for org.nutz:nutz-plugins-mock:jar:1.r.58 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.764 s
[INFO] Finished at: 2016-09-29T20:46:06+08:00
[INFO] Final Memory: 7M/18M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project nutzwk: Could not resolve dependencies for project cn.wizzer:nutzwk:war:3.2.0: The following artifacts could not be resolved: org.nutz:nutzwx:jar:1.r.58, org.nutz:nutz-plugins-views:jar:1.r.58, org.nutz:nutz-plugins-mock:jar:1.r.58: Failure to find org.nutz:nutzwx:jar:1.r.58 in https://oss.sonatype.org/content/repositories/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of mirror-osc has elapsed or updates are forced -> [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] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

谢谢,不过nutz包没错了,其他依旧

@qq_4eed6280 这3个库的jar都在中央库,找不到的话,只能是配了代理或网络问题

来自炫酷的 NutzCN

@wendal 换了http://repo1.maven.org/maven2
好像能成功了,非常感谢!!!

添加回复
请先登陆
回到顶部