From 08c301ebf380dfe292cca86355c6110bd999940a Mon Sep 17 00:00:00 2001 From: Paul McGoldrick Date: Thu, 28 Sep 2017 10:03:44 -0700 Subject: initial seed code commit VVP-6 Change-Id: I62f1f86c7a187585e98ccf52b68f57c8d9073175 Signed-off-by: Paul McGoldrick --- pom.xml | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100755 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100755 index 0000000..b0f8fc4 --- /dev/null +++ b/pom.xml @@ -0,0 +1,122 @@ + + 4.0.0 + + org.onap.oparent + oparent + 1.0.0-SNAPSHOT + + + org.openecomp.vvp + vvp-gitlab + pom + 1.0.0-SNAPSHOT + vvp-gitlab + + + + /content/sites/site/org/openecomp/vvp/${project.artifactId}/${project.version} + + ${maven.build.timestamp} + yyyy.MM.dd.HH.mm + + ${project.version}-${timestamp} + ${project.version}-latest + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${onap.nexus.url} + 176c31dfe190a + ecomp-staging + + + + io.fabric8 + docker-maven-plugin + 0.19.1 + + true + 1.23 + nexus3.onap.org:10003 + + + openecomp/vvp-gitlab + vvp-gitlab + + true + + ${docker.tag} + ${docker.latest.tag} + + ${project.basedir} + + + + + + + clean-images + pre-clean + + remove + + + true + + + + + generate-images + package + + build + + + + + push-images + deploy + + build + push + + + openecomp/vvp-gitlab + + + + + + + + + ecomp-site + dav:${onap.nexus.url}${sitePath} + + + + + ecomp-releases + ECOMP Release Repository + ${onap.nexus.url}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${onap.nexus.url}/content/repositories/snapshots/ + + + ecomp-staging + ECOMP Staging Repository + ${onap.nexus.url}/content/repositories/staging/ + + + + -- cgit 1.2.3-korg