zentol 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_r350632178
##########
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.
----------------------------------------------------------------
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