So I am playing around with Grails 2.0.0.RC and I am trying to install some plugins. In this case Spring Security Core plugin. I run the install-plugin command and it says it has successfully run. Then I run its script to generate the User and Role objects, but it returns an error saying it cannot find the plugin in my User .grails plugin directory, and it can't because it is empty.

Is this just a case that in 2.0 plugins have changed and are no longer put into the .grails/plugins directory and therefore many current plugins won't work.

I have been having issues with the Spring Data neo4j plugin and it might be because of the exact same reason.

Thanks

Mark