|
|
Running any maven goal with grails 2.1.0.RC2 will only install plugins if they are listed as dependencies in the pom (e.g. plugins listed in the plugins section of BuildConfig.groovy will not be installed). This is, of course, fine - I can just list the plugins I need in the pom, but was this the intent?
|