Index: _PluginDependencies.groovy
===================================================================
--- _PluginDependencies.groovy (revision 9003)
+++ _PluginDependencies.groovy (working copy)
@@ -769,7 +769,7 @@
event("StatusUpdate", ["Plugin dependency [$depName] not found. Attempting to resolve..."])
def upperVersion = GrailsPluginUtils.getUpperVersion(depVersion)
- def release = cacheKnownPlugin(depDirName, upperVersion == '*' ? null : upperVersion)
+ def release = cacheKnownPlugin(depName, upperVersion == '*' ? null : upperVersion)
ant.copy(file:"${pluginsBase}/grails-${release}.zip",tofile:"${pluginsDirPath}/grails-${release}.zip")
You have to specify it with camel case like "portletsPluto" and its not changeable right now as other plugins depend on this convention