From b3369b2a8278491565349fc95e41a6cb3e81ae53 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Thu, 11 Sep 2025 14:31:48 +0200 Subject: [PATCH] HV-2138 Include license file in the META-INF of published artifacts Signed-off-by: marko-bekhta --- cdi/pom.xml | 5 ----- engine/pom.xml | 11 ++++++++++- pom.xml | 14 ++++++++++++++ 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/cdi/pom.xml b/cdi/pom.xml index 60033430f..f385ce50e 100644 --- a/cdi/pom.xml +++ b/cdi/pom.xml @@ -166,11 +166,6 @@ test - - - src/main/resources - - true diff --git a/engine/pom.xml b/engine/pom.xml index bdec0988e..f93b36324 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -197,7 +197,16 @@ test - src/main/resources + + ${project.basedir}/src/main/resources + + + + ${rootProject.directory} + + license.txt + + META-INF src/main/xsd diff --git a/pom.xml b/pom.xml index af2d7df72..8146a72bb 100644 --- a/pom.xml +++ b/pom.xml @@ -664,6 +664,20 @@ + + + + ${project.basedir}/src/main/resources + + + + ${rootProject.directory} + + license.txt + + META-INF + + maven-enforcer-plugin