问题描述
我尝试使用com.google.appengine.archetypes创建一个新的maven项目:appengine-skeleton-archetype,它生成appname,appname-ear,appname-war。根据我读到的将后端转换为模块的内容,我需要至少有默认模块。如何将appname-war更改为默认值或添加新的模块名称default,因为每次我这样做,默认模块似乎都不会出现在appname项目(父项目)的外部。
I tried to create a new maven project using com.google.appengine.archetypes:appengine-skeleton-archetype and it generate appname, appname-ear, appname-war. Based on what I read to convert backends to module, I need to have at least default module. How do I change appname-war to default or add a new module name default, because every time I did that, the default module doesn't seems to be appeared on the outside of appname project (the parent project).
谢谢。
推荐答案
我想我得到了答案。我只需要刷新项目,我可以创建默认模块。
I think I got the answer. I just need to refresh the project and I can make the default module.
这篇关于使用appengine-skeleton-archetype的GWT GAE应用程序引擎模块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!