[
https://issues.apache.org/jira/browse/MSHADE-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17030990#comment-17030990
]
Hudson commented on MSHADE-298:
-------------------------------
Build succeeded in Jenkins: Maven TLP » maven-shade-plugin » master #56
See
https://builds.apache.org/job/maven-box/job/maven-shade-plugin/job/master/56/
> 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
> Assignee: Robert Scholte
> Priority: Minor
> Fix For: 3.2.2
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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
> Here's a minimal program to reproduce the issue.
> https://github.com/cogman/brokenshade
--
This message was sent by Atlassian Jira
(v8.3.4#803005)