From 28496daeb222c906b4ee2a39caff6e3631ca4e91 Mon Sep 17 00:00:00 2001 From: "Tschaen, Brendan (bt054f)" Date: Mon, 17 Sep 2018 14:46:29 -0400 Subject: Add distribution management to pom Change-Id: Ib3e17a547d0e8d4d71898293dd32013d987c14b0 Issue-ID: MUSIC-93 Signed-off-by: Tschaen, Brendan (bt054f) --- musictrigger/pom.xml | 156 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 97 insertions(+), 59 deletions(-) diff --git a/musictrigger/pom.xml b/musictrigger/pom.xml index 13dcbcf3..f1d700a9 100644 --- a/musictrigger/pom.xml +++ b/musictrigger/pom.xml @@ -1,62 +1,100 @@ - 4.0.0 - org.onap.music - musictrigger - jar - 0.1.0 - - src - - - maven-compiler-plugin - 3.6.1 - - 1.8 - 1.8 - - - - maven-assembly-plugin - - - - fully.qualified.MainClass - - - - jar-with-dependencies - - - - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + org.onap.music + musictrigger + jar + 0.1.0 + + org.onap.oparent + oparent + 1.2.0 + + + + UTF-8 + + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/org/onap/music/${project.version} + + ${maven.build.timestamp} + yyyy.MM.dd.HH.mm + + ${project.version}-${timestamp} + ${project.version}-latest + + + src + + + maven-compiler-plugin + 3.6.1 + + 1.8 + 1.8 + + + + maven-assembly-plugin + + + + fully.qualified.MainClass + + + + jar-with-dependencies + + + + + - - - com.owlike - genson - 0.99 - - - com.sun.jersey - jersey-client - 1.17 - - - com.datastax.cassandra - cassandra-driver-core - 3.0.0 - - - org.cassandraunit - cassandra-unit - 3.3.0.1 - - - commons-codec - commons-codec - 1.11 - - + + + com.owlike + genson + 0.99 + + + com.sun.jersey + jersey-client + 1.17 + + + com.datastax.cassandra + cassandra-driver-core + 3.0.0 + + + org.cassandraunit + cassandra-unit + 3.3.0.1 + + + commons-codec + commons-codec + 1.11 + + + + + ecomp-releases + Release Repository + ${nexusproxy}/${releaseNexusPath} + + + ecomp-snapshots + Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + + + + ecomp-site + dav:${nexusproxy}${sitePath} + + -- cgit 1.2.3-korg