You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2019/11/14 13:59:00 UTC

[jira] [Updated] (FLINK-13995) Fix shading of the licence information of netty

     [ https://issues.apache.org/jira/browse/FLINK-13995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler updated FLINK-13995:
-------------------------------------
    Affects Version/s:     (was: 1.9.0)
                       1.8.0

> Fix shading of the licence information of netty
> -----------------------------------------------
>
>                 Key: FLINK-13995
>                 URL: https://issues.apache.org/jira/browse/FLINK-13995
>             Project: Flink
>          Issue Type: Bug
>          Components: BuildSystem / Shaded
>    Affects Versions: 1.8.0
>            Reporter: Arvid Heise
>            Assignee: Chesnay Schepler
>            Priority: Major
>
> The license filter isn't actually filtering anything. It should be META-INF/license/**.
> The first filter seems to be outdated btw.
> Multiple modules affected.
> {code:xml}
> <filter>
> 	<artifact>io.netty:netty</artifact>
> 	<excludes>
> 		<exclude>META-INF/maven/io.netty/**</exclude>
> 		<!-- Only some of these licenses actually apply to the JAR and have been manually
> placed in this module's resources directory. -->
> 		<exclude>META-INF/license</exclude>
> 		<!-- Only parts of NOTICE file actually apply to the netty JAR and have been manually
> copied into this modules's NOTICE file. -->
> 		<exclude>META-INF/NOTICE.txt</exclude>
> 	</excludes>
> </filter>
> {code}



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