Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maven + Grails + App Engine

Has anyone used Maven, Grails, and App Engine together?

I can use Maven with Grails and Grails with App Engine, but using them in concert gives me the following error:

The command 'grails run-app' is not supported with AppEngine. Use 'grails app-engine' to start the application

Is there any way to "pass through" the Maven goal to access app-engine plugin for grails?

like image 460
Matt Norris Avatar asked Oct 06 '09 00:10

Matt Norris


1 Answers

AFAIK, the Maven Grails plugin does not support the features introduced by Grails AppEngine Plugin yet. So, for now, you have to run (not sure what you mean by "pass through BTW):

grails app-engine run
like image 104
Pascal Thivent Avatar answered Sep 17 '22 10:09

Pascal Thivent