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