From b6f95893c489735fb6c51a1f0bb5811aee7a1139 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Wed, 3 Apr 2024 18:46:34 +0200 Subject: [PATCH] Add LICENSE file to released jars Fixes #39865 --- LICENSE.txt => LICENSE | 0 independent-projects/parent/pom.xml | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+) rename LICENSE.txt => LICENSE (100%) diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/independent-projects/parent/pom.xml b/independent-projects/parent/pom.xml index 557a40753959a..9350322de1046 100644 --- a/independent-projects/parent/pom.xml +++ b/independent-projects/parent/pom.xml @@ -278,6 +278,7 @@ ${project.url} ${project.scm.url} ${project.scm.connection} + Apache License 2.0 @@ -450,6 +451,31 @@ release + + org.apache.maven.plugins + maven-resources-plugin + + + copy-license + generate-resources + + copy-resources + + + ${project.build.directory}/classes/META-INF + + + ${maven.multiModuleProjectDirectory} + false + + LICENSE + + + + + + +