aboutsummaryrefslogtreecommitdiffstats
path: root/asdc-controller/pom.xml
diff options
context:
space:
mode:
authorBenjamin, Max <max.benjamin@att.com>2020-05-13 17:48:03 -0400
committerBenjamin, Max (mb388a) <mb388a@att.com>2020-05-13 17:48:03 -0400
commit5f57d09b20004ad9d00706d4c305036b6fc54f16 (patch)
tree4d6fe95e29c71337a8658382ec88161bf3629fce /asdc-controller/pom.xml
parent0746d5df51818753e950bf7a18d1d2d5ba583d0a (diff)
switch to docker-maven-plugin because that's all
switch to docker-maven-plugin because that's all we need Issue-ID: SO-2933 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I65783d3a7c172f4ce7fc39d64a3987eeae58feed
Diffstat (limited to 'asdc-controller/pom.xml')
-rw-r--r--asdc-controller/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml
index 60a3b5a07b..e44d2ed1ee 100644
--- a/asdc-controller/pom.xml
+++ b/asdc-controller/pom.xml
@@ -125,7 +125,7 @@
</plugin>
<plugin>
<groupId>io.fabric8</groupId>
- <artifactId>fabric8-maven-plugin</artifactId>
+ <artifactId>docker-maven-plugin</artifactId>
<executions>
<execution>
<id>start</id>