aboutsummaryrefslogtreecommitdiffstats
path: root/tosca-controlloop/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-01-25 16:23:28 +0000
committerliamfallon <liam.fallon@est.tech>2021-02-11 16:31:44 +0000
commitb631c8c189b12c15b3b8d25cd284b6d8fdfc716f (patch)
treeb3f1642bb4e6a8a9bcfac5aa8f51c48c8a6e3980 /tosca-controlloop/pom.xml
parentf01bdcc555421071cad9a2838f154db71c65852e (diff)
Add common and models initial code
This review brings inthe initial common and models code for the TOSCA control loop PoC Changes are made to the model that were required to implement the working demo. Unit test are now added that brings coverage above 90% Issue-ID: POLICY-2995 Change-Id: I22e484a6e6195b2b74087b62fb3bc51d541b171e Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'tosca-controlloop/pom.xml')
-rwxr-xr-xtosca-controlloop/pom.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/tosca-controlloop/pom.xml b/tosca-controlloop/pom.xml
index 008f45e36..c5c5ebc57 100755
--- a/tosca-controlloop/pom.xml
+++ b/tosca-controlloop/pom.xml
@@ -27,7 +27,7 @@
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
<version>3.3.0-SNAPSHOT</version>
- <relativePath/>
+ <relativePath>../../parent/integration</relativePath>
</parent>
<groupId>org.onap.policy.clamp.controlloop</groupId>
@@ -144,6 +144,20 @@
</excludes>
</resource>
</resources>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <forkCount>1C</forkCount>
+ <reuseForks>true</reuseForks>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <parallel>methods</parallel>
+ <useUnlimitedThreads>true</useUnlimitedThreads>
+ </configuration>
+ </plugin>
+ </plugins>
</build>
</project>