summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorCharles Cole <cc847m@att.com>2017-08-31 09:55:52 -0500
committerCharles Cole <cc847m@att.com>2017-08-31 14:50:55 -0500
commitf8a0665b7e1b3724bb43d81e9eae3bff4a0c7069 (patch)
tree92ff696eb6a3f69efceb76d4780c06f30c25f605 /pom.xml
parente48570375ddc7a524f9208e62487e1597afd06da (diff)
Add mock AAI endpoint for jUnit testing
Created an AAI endpoint for use in jUnit testing of closed loops. Added unit tests for my endpoint. Added methods to Util in template.demo to support creation of AAI endpoints and kieSessions. Issue-ID: POLICY-101 Change-Id: I8e110b79f4c2ca700b29dcb29e9828303772d56d Signed-off-by: Charles Cole <cc847m@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4d892064f..bdfb0351e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,7 @@
</configuration>
</plugin>
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
@@ -102,6 +103,7 @@
</executions>
</plugin>
+
</plugins>
<pluginManagement>
<plugins>