summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2017-02-13 13:10:47 -0500
committerSteve Smokowski <ss835w@att.com>2017-02-13 13:10:54 -0500
commite5451da68aedf8b1d550a80a9c51843f5bb5224b (patch)
tree7d077423c77968465595bcd2986c45791139cafa
parente690871517457e68586e81f2cf19d43f121b5299 (diff)
Update Pom file
Change-Id: I4882da0f0fda7cf418e3bd2f283d6fbb41aade05 Signed-off-by: Steve Smokowski <ss835w@att.com>
-rw-r--r--pom.xml17
1 files changed, 2 insertions, 15 deletions
diff --git a/pom.xml b/pom.xml
index 08f7f0a..2395e53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,11 +28,6 @@
<properties>
<docker.location>${basedir}/target</docker.location>
- <docker.url>${dockerurl}</docker.url>
- <docker.imagetag>${dockertag}</docker.imagetag>
- <docker.login>${dockerlogin}</docker.login>
- <docker.password>${dockerpassword}</docker.password>
- <docker.registry>${dockerregistry}</docker.registry>
<dependency.scope>provided</dependency.scope>
<checkstyle.config.location>google_checks.xml</checkstyle.config.location>
<maven.compiler.source>1.8</maven.compiler.source>
@@ -269,16 +264,8 @@
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.4.11</version>
- <configuration>
- <dockerHost>${docker.url}</dockerHost>
- <registry>${docker.registry}</registry>
- <authConfig>
- <username>${docker.login}</username>
- <password>${docker.password}</password>
- </authConfig>
- <imageName>${docker.registry}/ecomp/${project.artifactId}</imageName>
- <dockerDirectory>${docker.location}</dockerDirectory>
- <registryUrl>https://${docker.registry}</registryUrl>
+ <configuration>
+ <imageName>${docker.registry}/ecomp/${project.artifactId}</imageName>
<imageTags>
<imageTag>${docker.imagetag}</imageTag>
<imageTag>latest</imageTag>