> I really need to be able to run a grails war either through the grails > plugin, or just as a raw war in Tomcat, but need to see if anyone has this > working already?
You may just need to pull down the plugin source code and see what's going on with the run-war goal. Alternatively, can't you just run "mvn package" and then deploy the war manually? Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
