summaryrefslogtreecommitdiffstats
path: root/vnfmarket-be/deployment/zip/pom.xml
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-04-01 12:51:30 +0200
committerZebek Bogumil <bogumil.zebek@nokia.com>2020-04-01 12:52:34 +0200
commitce294fc3e7ad041aa0d197f7ba255b97a1aec820 (patch)
tree9590253f0c1a3696e69c7539cd5a6d3abb59f60a /vnfmarket-be/deployment/zip/pom.xml
parent20e20a90439d2c1a853b188200ee419edeb6e4a5 (diff)
Fix refrepo image building
Issue-ID: VNFSDK-569 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: Ib59b2cfeff0f1a8150dfb32473f0080f962a0a3d
Diffstat (limited to 'vnfmarket-be/deployment/zip/pom.xml')
-rw-r--r--vnfmarket-be/deployment/zip/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/vnfmarket-be/deployment/zip/pom.xml b/vnfmarket-be/deployment/zip/pom.xml
index 73703691..78a9709c 100644
--- a/vnfmarket-be/deployment/zip/pom.xml
+++ b/vnfmarket-be/deployment/zip/pom.xml
@@ -123,4 +123,12 @@
</plugin>
</plugins>
</build>
+ <profiles>
+ <profile>
+ <id>docker</id>
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ </properties>
+ </profile>
+ </profiles>
</project>