The problem appears to be org.netbeans.modules.j2ee.appengine.ide.AppEngineDeployer.run() .
This function looks for a build.xml file and attempts to deploy your project to the local instance of GAE using google ant build targets. If your using a maven build file, this obviously won't work.