aboutsummaryrefslogtreecommitdiffstats
path: root/snmpmapper/pom.xml
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-04-23 10:38:00 -0400
committerLusheng Ji <lji@research.att.com>2018-04-23 10:38:05 -0400
commit5f1976d4512bfed1d0f86191e7a9c33053a6a776 (patch)
treef535433b5d74090fed399fd95c2be5f37b6d993e /snmpmapper/pom.xml
parent64529e826a27867549c56691d7c3a0914961a351 (diff)
Fix pom for docker build
Issue-ID: DCAEGEN2-459 Change-Id: I2b156298bc589d500ce08aa3f1e1a504cf9d55de Signed-off-by: Lusheng Ji <lji@research.att.com>
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>