aboutsummaryrefslogtreecommitdiffstats
path: root/snmpmapper/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'snmpmapper/pom.xml')
-rw-r--r--snmpmapper/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/snmpmapper/pom.xml b/snmpmapper/pom.xml
index 69fde73..a2c620d 100644
--- a/snmpmapper/pom.xml
+++ b/snmpmapper/pom.xml
@@ -105,8 +105,9 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>1.0.0</version>
+ <version>${docker.maven.version}</version>
<configuration>
+ <skipDockerBuild>false</skipDockerBuild>
<imageName>${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.${project.artifactId}</imageName>
<baseImage>openjdk:8-jre</baseImage>
<entryPoint>["java", "-jar", "/opt/${project.build.finalName}.jar", "server"]</entryPoint>