hequn8128 commented on a change in pull request #10195: [FLINK-13995][legal]
Properly exclude netty license directory
URL: https://github.com/apache/flink/pull/10195#discussion_r350633864
##########
File path: flink-connectors/flink-connector-elasticsearch2/pom.xml
##########
@@ -212,7 +212,7 @@ under the License.
<excludes>
<!-- 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>
+
<exclude>META-INF/license/**</exclude>
Review comment:
> On case-insensitive filesystems the license directory clashes with the
LICENSE file and is excluded in any case.
Thanks a lot for the explanation. +1 for the PR.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services