diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-05-24 15:07:19 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-05-24 15:07:19 +0200 |
commit | 8a97d0d25ce3d8af90c1f9e25a5418b0a68e2134 (patch) | |
tree | e96d5943a106068f68f63ea736cd3c0ce7d51630 /pom.xml | |
parent | 8302205e25f9f78cdfeb36b269ea228c687bc1ab (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |