From 97dfb8a7545c1980b4d1cddfff1c8d9459341efa Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Wed, 6 Sep 2017 09:29:46 +0300 Subject: fixes in pom.xml for the project to build properly Change-Id: Ie0e4f3b896956bae9222b47a61344ddaa150889e Issue-Id: SDC-286 Signed-off-by: Idan Amit --- .gitignore | 1 + pom.xml | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5997d37..dba9505 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ target/* .idea/* sdc-titan-cassandra.iml +/target/ diff --git a/pom.xml b/pom.xml index b0af409..1e0ed7a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.openecomp.sdc + org.openecomp.sdc.sdc-titan-cassandra sdc-titan-cassandra 1.0.0 @@ -403,7 +403,18 @@ - + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusServer} + 176c31dfe190a + ecomp-staging + + -- cgit 1.2.3-korg