Appengine Modules Maven Error during DevSever Goal Run
i have been trying to run a new project with modules support, but am getting following error all the time, unable to debug it, com.google.apphosting.utils.config.EarHelper reportConfigException [INFO] INFO: Application directory 'path-to-project/DemoEar-1.0.0-SNAPSHOT/DemoWarApp' must exist and be a directory. my module structure is below main application.xml contains <module> <web> <web-uri>DemoWarApp</web-uri> <context-root>DemoWarApp</context-root> </web> </module> its clearly not pointing to the proper war folder path. does anyone know how to fix it? Thanks The bundle folder that is