You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Richard Frovarp (Jira)" <ji...@apache.org> on 2020/05/28 16:17:00 UTC

[jira] [Created] (MSHADE-368) GroovyResourceTransformer fails for some extensions

Richard Frovarp created MSHADE-368:
--------------------------------------

             Summary: GroovyResourceTransformer fails for some extensions
                 Key: MSHADE-368
                 URL: https://issues.apache.org/jira/browse/MSHADE-368
             Project: Maven Shade Plugin
          Issue Type: Bug
    Affects Versions: 3.2.3
            Reporter: Richard Frovarp


The transformer fails if the only extension on the project is groovy-sql. I'm sure that there are more out there, but that's the one that is causing problems for me right now. The issue is that jar doesn't have any staticExtensionClasses declared, which makes the && check on line 99 fail. Looks like the check should be ||. As soon as I add another extension, like groovy-dateutil which has both, the SQL one is included in the shaded artifact. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)