From bafe762ac01d16904c18404283027e426e19bc73 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 3 Feb 2021 16:35:48 +0100 Subject: Code reorganization. Moving main code to src, keeping modules in modules/ --- modules/ri-module-parent/pom.xml | 128 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 modules/ri-module-parent/pom.xml (limited to 'modules/ri-module-parent/pom.xml') diff --git a/modules/ri-module-parent/pom.xml b/modules/ri-module-parent/pom.xml new file mode 100644 index 0000000..d593ca8 --- /dev/null +++ b/modules/ri-module-parent/pom.xml @@ -0,0 +1,128 @@ + + + 4.0.0 + + ri-module-parent + io.trygvis.rules-sandbox.module + 1.0-SNAPSHOT + pom + + + 7.48.0.Final + 13 + + + + + org.drools + drools-model-compiler + + + commons-io + commons-io + + + + + + + io.trygvis.rules-sandbox + ri-engine + ${project.version} + pom + import + + + + + + ${project.artifactId} + + + org.kie + kie-maven-plugin + true + + + eu.nets.oss.maven + classpath-maven-plugin + + + default + + export-classpath + + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.kie + kie-maven-plugin + [7.48.0.Final,) + + generatePMMLModel + generateDMNModel + build + generateANC + generateModel + validateDMN + injectreactive + + + + + + + + + + + + org.kie + kie-maven-plugin + ${version.drools} + true + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + UTF-8 + ${java.version} + ${java.version} + ${java.version} + + + + org.apache.maven.plugins + maven-resources-plugin + 3.2.0 + + UTF-8 + + + + eu.nets.oss.maven + classpath-maven-plugin + 1.0 + + + + + + -- cgit v1.2.3