From c41a62d5c57ff2e6a494e0f0169b6f439de74ae5 Mon Sep 17 00:00:00 2001 From: "Nelson,Thomas(tn1381)(arthurdent3)" Date: Tue, 12 Jun 2018 23:45:58 -0400 Subject: Fix Docker, so it builds. Dockerfile updates to support maven build. Update pom to support Docker build via Profile. Issue-ID: MUSIC-77 Change-Id: I187bec354c799b036457c3d535ed6eb34f4e83b1 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) --- pom.xml | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 92 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index b8faa9f..323a502 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ stated inside of the file. 4.0.0 org.onap.music.prom prom - 1.0.2 + 1.0.3 org.onap.oparent oparent @@ -133,5 +133,96 @@ stated inside of the file. + + + docker + + + + io.fabric8 + docker-maven-plugin + 0.19.1 + + + com.github.jnr + jnr-unixsocket + 0.13 + + + + true + 1.23 + nexus3.onap.org:10003 + + + + onap/music/prom + docker_music + + true + + ${docker.tag} + ${docker.latest.tag} + + ${project.basedir} + + artifact + + + + + + + + clean-images + pre-clean + + remove + + + true + music + + + + generate-images + package + + build + + + + push-images + deploy + + push + + + onap/music/music + + + + + + + + + + + ecomp-releases + Release Repository + ${nexusproxy}/${releaseNexusPath} + + + ecomp-snapshots + Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + + + + ecomp-site + dav:${nexusproxy}${sitePath} + + -- cgit