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