java - 使用 Maven 时为 "Plugin not found for prefix app engine"

标签 java google-app-engine maven

我正在尝试运行命令

mvn appengine:devserver

但它抛出以下错误

[ERROR] No plugin found for prefix 'appengine' in the current project and in the plugin groups 
 [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local 
 (/Users/tylerrice/.m2/repository), central (https://repo.maven.apache.org/maven2)] -> [Help 1]

在所有这些代码都来 self 们聘请编写大部分后端的开发公司之前,我从未使用过 Maven,所以我完全迷失在这里。我访问了此错误的帮助页面 here .我在那里浏览了列表,也找不到 pom.xml 文件

最佳答案

所以我有同样的错误。当我尝试为 appengine 运行 mvn appengine:devserver 时,我遇到了同样的错误

[ERROR] No plugin found for prefix 'appengine' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/Users/

我意识到我在一个目录上太远了,所以当我输入 ls 并按回车键时,我可以看到我的应用程序。我只需要键入 cd [应用程序名称] 就可以进入应用程序本身的一个目录级别,它运行良好。

关于java - 使用 Maven 时为 "Plugin not found for prefix app engine",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25512591/

相关文章:

java - Eclipse - 无法加载类 "org.slf4j.impl.StaticLoggerBinder"

java - Spring + TestNG 不事务回滚

java - 使用 Streams 将 BigDecimals 相加

java - JSF 传递 Bean 来查看失败

python-2.7 - appcfg.py 在命令行中不工作

python - 我应该如何解决 appspot 备份失败的问题?

java - Java中使用存储过程输出数据

java - fragment 未按预期显示/隐藏

python - 如何将 Polymer 项目引入 Google App Engine

java.lang.ClassNotFoundException : org. apache.hive.service.cli.HiveSQLException 异常