summaryrefslogtreecommitdiffstats
path: root/cps-ri/pom.xml
diff options
context:
space:
mode:
authorseanbeirne <sean.beirne@est.tech>2022-10-27 16:33:04 +0100
committerToine Siebelink <toine.siebelink@est.tech>2022-11-04 09:48:52 +0000
commit375281167c3792a70eee0bafa21364f184aebd86 (patch)
tree35736346f4896391b25e650d6bad4f3abd7e1cc1 /cps-ri/pom.xml
parent14e5bf958bb2b114e3e7d8876bd6f031900c79ec (diff)
CPS-RI performance profiles implementaion
Reviewers: Joe, Levente, Luke Issie-ID: CPS-1351 Signed-off-by: seanbeirne <sean.beirne@est.tech> Change-Id: Ia7b9a4bbf103d6b54f6fde9dd2d80a3c825c3046
Diffstat (limited to 'cps-ri/pom.xml')
-rw-r--r--cps-ri/pom.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml
index 824a8d971..a1cc20ca4 100644
--- a/cps-ri/pom.xml
+++ b/cps-ri/pom.xml
@@ -132,6 +132,30 @@
</dependency>
</dependencies>
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>org.onap.cps.spi.performance.CpsToDataNodePerfTest</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
+ <id>include-performance</id>
+ </profile>
+ </profiles>
<build>
<plugins>