首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法运行Maven Google Standard App Engine 1.9.68原型

无法运行Maven Google Standard App Engine 1.9.68原型
EN

Stack Overflow用户
提问于 2018-11-06 17:46:45
回答 1查看 111关注 0票数 1

正在尝试更新到最新版本1.9.68,但找不到依赖项。自从它在12天前发布以来已经相当糟糕了https://cloud.google.com/appengine/docs/standard/java/release-notes#october_25_2018

运行原型时:

代码语言:javascript
复制
> >mvn clean compile [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for
> se.unityworks:standard-archetype:war:1.0-SNAPSHOT [WARNING]
> 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be
> unique: com.google.appengine:appengine-api-1.0-sdk:jar -> duplicate
> declaration of version 1.9.68 @ line 50, column 17 [WARNING] [WARNING]
> It is highly recommended to fix these problems because they threaten
> the stability of your build. [WARNING] [WARNING] For this reason,
> future Maven versions might no longer support building such malformed
> projects. [WARNING] [WARNING] The project
> se.unityworks:standard-archetype:war:1.0-SNAPSHOT uses prerequisites
> which is only intended for maven-plugin projects but not for non
> maven-plugin projects. For such purposes you should use the
> maven-enforcer-plugin. See
> https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
> [INFO] [INFO]
> ------------------------------------------------------------------------ [INFO] Building standard-archetype 1.0-SNAPSHOT [INFO]
> ------------------------------------------------------------------------ [WARNING] The POM for
> com.google.appengine:appengine-api-1.0-sdk:jar:1.9.68 is missing, no
> dependency information available [WARNING] The POM for
> com.google.appengine:appengine-testing:jar:1.9.68 is missing, no
> dependency information available [WARNING] The POM for
> com.google.appengine:appengine-api-stubs:jar:1.9.68 is missing, no
> dependency information available [WARNING] The POM for
> com.google.appengine:appengine-tools-sdk:jar:1.9.68 is missing, no
> dependency information available [INFO]
> ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO]
> ------------------------------------------------------------------------ [INFO] Total time: 0.520 s [INFO] Finished at:
> 2018-11-06T10:42:06+01:00 [INFO] Final Memory: 8M/245M [INFO]
> ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project standard-archetype: Could
> not resolve dependencies for project
> se.unityworks:standard-archetype:war:1.0-SNAPSHOT: Failure to find
> com.google.appengine:appengine-api-1.0-sdk:jar:1.9.68 in
> https://repo.maven.apache.org/maven2 was cached in the local
> repository, resolution will not be reattempted until the update
> interval of central 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
EN

回答 1

Stack Overflow用户

发布于 2018-11-06 17:57:43

它还没有出现在maven存储库中。因此,等待或尝试手动下载应该是更好的选择。

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

https://stackoverflow.com/questions/53169349

复制
相关文章

相似问题

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