diff --git a/cdi/pom.xml b/cdi/pom.xml index b23a571f1..ac22075cf 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 af4c716f9..9e978a623 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 2a5b2c8b8..94ea5742c 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