fixes in pom.xml for the project to 21/10521/1
authorIdan Amit <ia096e@intl.att.com>
Wed, 6 Sep 2017 08:09:02 +0000 (11:09 +0300)
committerIdan Amit <ia096e@intl.att.com>
Wed, 6 Sep 2017 08:09:40 +0000 (11:09 +0300)
build properly

Change-Id: I20406a2ac5a975463f605aca152f1527d29a5cf9
Issue-Id: SDC-286
Signed-off-by: Idan Amit <ia096e@intl.att.com>
.gitignore
pom.xml

index 5997d37..dba9505 100644 (file)
@@ -1,3 +1,4 @@
 target/*
 .idea/*
 sdc-titan-cassandra.iml
+/target/
diff --git a/pom.xml b/pom.xml
index b0af409..1e0ed7a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.openecomp.sdc</groupId>
+    <groupId>org.openecomp.sdc.sdc-titan-cassandra</groupId>
     <artifactId>sdc-titan-cassandra</artifactId>
     <version>1.0.0</version>
 
                         </goals>
                     </execution>
                 </executions>
-            </plugin>
+            </plugin>                  
+                       <plugin>
+                               <groupId>org.sonatype.plugins</groupId>
+                               <artifactId>nexus-staging-maven-plugin</artifactId>
+                               <version>1.6.7</version>
+                               <extensions>true</extensions>
+                               <configuration>
+                                       <nexusUrl>${nexusServer}</nexusUrl>
+                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
+                                       <serverId>ecomp-staging</serverId>
+                               </configuration>
+                       </plugin>
             <!-- ================================================== -->
             <!-- Set the JDK compiler version.                      -->
             <!-- ================================================== -->