I'd like my maven build of our grails app to produce a standalone jetty jar. I've been using the grails-standalone-plugin and that works great when building using the grails command line, but I can't figure out how I'd do a similar thing with maven and the grails-maven plugin. I'm wondering if it'd make sense to make the package target configurable so that it could run something other than "grails package". Any thoughts?
I'd like my maven build of our grails app to produce a standalone jetty jar. I've been using the grails-standalone-plugin and that works great when building using the grails command line, but I can't figure out how I'd do a similar thing with maven and the grails-maven plugin. I'm wondering if it'd make sense to make the package target configurable so that it could run something other than "grails package". Any thoughts?