Hi,
I'm building a series of Grails projects and when I use grails create-app, I always rename the folder to trunk and put into subversion. This causes plugin conflicts as Grails wants to put plugins in ~/.grails/VERSION/projects/PROJECTNAME.
The app.name property in application.properties should be used rather than the parent folder name.
Robbie