Danny George created MSHADE-298:
-----------------------------------
Summary: Groovy extension module transformer looking in incorrect
META-INF directory
Key: MSHADE-298
URL: https://issues.apache.org/jira/browse/MSHADE-298
Project: Maven Shade Plugin
Issue Type: Bug
Reporter: Danny George
The Groovy extension module transformer seems to be looking in the incorrect
META-INF directory for files to merge together. The code is looking for
{{META-INF/services/org.codehaus.groovy.runtime.ExtensionModule}} but the
groovy documentation says to put the extension module files in
{{META-INF/groovy}}
{quote}
1.8.4. Module descriptor
For Groovy to be able to load your extension methods, you must declare your
extension helper classes. You must create a file named
{{org.codehaus.groovy.runtime.ExtensionModule}} into the {{META-INF/groovy}}
directory
{quote}
MSHADE-241
https://github.com/apache/maven-plugins/pull/96/files
http://groovy-lang.org/metaprogramming.html
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)