Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Labels:None
-
Environment:Grails 1.3.4
maven-publisher 0.7.5
Description
I created an empty grails plug-in called 'admin-scaffold', and installed in my local maven repository with the maven-publisher plugin. It is packaged and installed in my local repository. The generated pom filename is
~/.m2/repository/org/grails/plugins/admin-scaffold/0.1/admin-scaffold-0.1-plugin.xml
The problem is that when I issue a grails plugin-info admin-scaffold grails will look for
~/.m2/repository/org/grails/plugins/admin-scaffold/0.1/admin-scaffold-0.1.xml
I attached the full output I get.
Issue Links
- depends on
-
GRAILS-6147
Maven classifier not working for deps
-