From 585b695a968765f35045a76596c8ccf4dcf7f83f Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Wed, 6 Sep 2017 11:09:02 +0300 Subject: fixes in pom.xml for the project to build properly Change-Id: I20406a2ac5a975463f605aca152f1527d29a5cf9 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