aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-05-24 15:07:19 +0200
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-05-24 15:07:19 +0200
commit8a97d0d25ce3d8af90c1f9e25a5418b0a68e2134 (patch)
treee96d5943a106068f68f63ea736cd3c0ce7d51630 /pom.xml
parent8302205e25f9f78cdfeb36b269ea228c687bc1ab (diff)
New attempt to fix build
Attempt to fix the docker build due to issue with spotify plugin Issue-ID: CLAMP-150 Change-Id: I74db544a57f3ab72050418ead40dedd12f420c33 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2001f987..cea95eb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -767,7 +767,7 @@
<artifactId>docker-maven-plugin</artifactId>
<version>1.1.0</version>
<configuration>
- <dockerHost>tcp://localhost:2375</dockerHost>
+ <dockerHost>http://localhost:2375</dockerHost>
<imageName>onap/clamp</imageName>
<dockerDirectory>src/main/docker</dockerDirectory>
<serverId>docker-hub</serverId>