From 546f7cf3160292704df5b94ac6de8b286bafa6a7 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sat, 23 Sep 2017 00:05:17 +0300 Subject: add stagging plugin Change-Id: I730b0a708c58247a455581c897dc398693d08368 Issue-ID: SDC-368 Signed-off-by: Michael Lando --- .gitignore | 1 + pom.xml | 20 +++++++++++++++----- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3055c24b6b..9e009c7770 100644 --- a/.gitignore +++ b/.gitignore @@ -163,3 +163,4 @@ common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-cor sdc-os-chef/sdc-sanity/chef-repo/cookbooks/sdc-sanity/files/default/testSuites/* /sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/attributes/default.rb +/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/attributes/default.rb diff --git a/pom.xml b/pom.xml index 6aa5c830c5..ef5f5f0001 100644 --- a/pom.xml +++ b/pom.xml @@ -177,6 +177,20 @@ + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexus.proxy} + ${staging.profile.id} + ecomp-staging + + + maven-surefire-plugin 2.19.1 @@ -384,12 +398,8 @@ 1710.0.0 1710.0.0 1.1.14 - - - + - - onboarding -- cgit 1.2.3-korg