You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/01/09 09:38:27 UTC

[flink] 02/23: [FLINK-10987] Exclude packaged LICENSEs from license check by the apache-rat-plugin

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.6
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 928602ae04591f55f114cf73ff4188b05c5f2cd3
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Sun Nov 25 13:02:26 2018 +0100

    [FLINK-10987] Exclude packaged LICENSEs from license check by the apache-rat-plugin
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 533f866..ceaa80c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1083,6 +1083,7 @@ under the License.
 
 						<!-- the licenses that are re-bundled -->
 						<exclude>**/packaged_licenses/LICENSE.*.txt</exclude>
+						<exclude>**/licenses/LICENSE*</exclude>
 
 						<!-- web dashboard config JSON files -->
 						<exclude>flink-runtime-web/web-dashboard/package.json</exclude>