New attempt to fix build 45/48945/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Thu, 24 May 2018 13:07:19 +0000 (15:07 +0200)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Thu, 24 May 2018 13:07:19 +0000 (15:07 +0200)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 2001f98..cea95eb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                                <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>