X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration-test%2Fpom.xml;h=04280b9b3d1ad05c5d20b863e2aa99106454c047;hb=refs%2Fchanges%2F48%2F137448%2F1;hp=73998cd135f15ed3accc419f278d42062e9e9098;hpb=02838ed3f79a57ed10af29e97979b02675646d51;p=cps.git diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 73998cd13..04280b9b3 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -23,10 +23,9 @@ org.onap.cps cps-parent - 3.4.4-SNAPSHOT + 3.4.6-SNAPSHOT ../cps-parent/pom.xml - 4.0.0 integration-test @@ -43,6 +42,11 @@ cps-rest test + + ${project.groupId} + cps-ncmp-rest + test + ${project.groupId} cps-ri @@ -53,6 +57,11 @@ cps-service test + + ${project.groupId} + cps-ncmp-service + test + org.spockframework spock-core @@ -78,11 +87,6 @@ spock test - - org.springframework.kafka - spring-kafka-test - test - org.springframework spring-web @@ -90,49 +94,28 @@ - - - - org.apache.maven.plugins - maven-failsafe-plugin - - -Xms512m -Xmx512m - - - - org.apache.maven.plugins - maven-surefire-plugin - - -Xms512m -Xmx512m - - - - - + - default - - true - + include-performance + + -Xms512m -Xmx512m + org.apache.maven.plugins - maven-surefire-plugin + maven-failsafe-plugin - - %regex[.*PerfTest.*] - + + **/*PerfTest.java + - - include-performance - -