aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ri
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-07-07 13:39:00 +0000
committerGerrit Code Review <gerrit@onap.org>2021-07-07 13:39:00 +0000
commitb72f69b466ccd0e8fa5be8baa94bea50651f16db (patch)
treea1bae8fed8d1349b8a966a71d0100786e5d7df4a /cps-ri
parentd32354171c15651c24b8e7f99c1164b75411489a (diff)
parentff52b94907002d2d2910567e1ad5f55e66008eb8 (diff)
Merge "Sending Data Updated Event to kafka"
Diffstat (limited to 'cps-ri')
-rw-r--r--cps-ri/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml
index 320c7edae..b2cf6917e 100644
--- a/cps-ri/pom.xml
+++ b/cps-ri/pom.xml
@@ -2,6 +2,7 @@
<!--
============LICENSE_START=======================================================
Modification Copyright (C) 2021 Nordix Foundation
+ Modifications Copyright (C) 2021 Bell Canada.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -116,4 +117,18 @@
<scope>test</scope>
</dependency>
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <environmentVariables>
+ <TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX>${docker.pull.registry}/library/</TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX>
+ </environmentVariables>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>