summaryrefslogtreecommitdiffstats
path: root/controlloop/common/controller-usecases/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-07-30 18:05:02 -0400
committerJim Hahn <jrh3@att.com>2020-08-26 18:13:03 -0400
commitffdf210ad1e3f18dcc612e2587ed6d3742ab1e24 (patch)
treeb1eeddef4eda66c02ba5f111fed81eecd3e80d00 /controlloop/common/controller-usecases/pom.xml
parent14c9b3e48963d9283d77d140bcbe1ee4d4d24200 (diff)
Move java code to rules
Added new usecases rules and feature. Updates per review comments: - kmodule.xml(s) Issue-ID: POLICY-2748 Change-Id: I2f5cb05a4269f98a3b0a778730434955f0919b4a Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'controlloop/common/controller-usecases/pom.xml')
-rw-r--r--controlloop/common/controller-usecases/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/controlloop/common/controller-usecases/pom.xml b/controlloop/common/controller-usecases/pom.xml
index e99077a47..6f55131e9 100644
--- a/controlloop/common/controller-usecases/pom.xml
+++ b/controlloop/common/controller-usecases/pom.xml
@@ -29,10 +29,21 @@
</parent>
<artifactId>controller-usecases</artifactId>
+ <packaging>kjar</packaging>
<name>${project.artifactId}</name>
<description>Usecases Experimental Controller</description>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.kie</groupId>
+ <artifactId>kie-maven-plugin</artifactId>
+ <extensions>true</extensions>
+ </plugin>
+ </plugins>
+ </build>
+
<dependencies>
<dependency>
<groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>