Michael Lawler
Michael Lawler
We have a large project with a few grails plugins, a few grails apps, some jar components and a bunch of file system resources. We currently use maven to orchestrate...
Thanks guys. Sounds like a plan. We'll try this when its time to migrate to 3.x
Yes, our team has been impacted by this issue. Temporarily, we have renamed our project.name equal to the artefactId but its not ideal.
From a cursory inspection of the grails maven plugin (and some debug logging to verify) it seems the plugin itself is doing the right thing. In AbstractGrailsMojo.createExecutionContext() its passing the...
Interesting. When running in Fork=true mode we don't encounter the issue. In fork=false our working directory for grails test cases is the root of the multi-module maven hierarchy (bad behaviour)....
I would like to hear from anyone who has news about getting less resources accessible to a grails app from a **binary** plugin. @jvalde - do you have anything to...