本文介绍了无法配置新的GAE Maven插件后端的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已将Eclipse GAE项目迁移到使用Maven GAE插件。我已经知道devserver运行正常(即.mvn appengine:devserver)。



然而,当我试图尝试mvn appengine:backends_configure时,我收到以下例外情况:



任何想法?

解决方案

将您的backends.yaml放入src / main / webapp / WEB-INF。

I've migrated my Eclipse GAE project to use the Maven GAE plugin. I've now got it to the point that the devserver runs correctly (ie. mvn appengine:devserver).

However, when I attempt to try mvn appengine:backends_configure, I get the following exception: https://gist.github.com/sanity/5182601

Any ideas?

解决方案

Try it after putting your backends.yaml in src/main/webapp/WEB-INF.

这篇关于无法配置新的GAE Maven插件后端的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-23 11:53