summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2017-09-06 09:29:46 +0300
committerIdan Amit <ia096e@intl.att.com>2017-09-06 09:33:40 +0300
commit97dfb8a7545c1980b4d1cddfff1c8d9459341efa (patch)
treea8f4266718527d62cd57672f8160f1b66d1f7354 /pom.xml
parent6921632f70d9321b7e37c2a00618a21bccc0e765 (diff)
fixes in pom.xml for the project to
build properly Change-Id: Ie0e4f3b896956bae9222b47a61344ddaa150889e Issue-Id: SDC-286 Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b0af409..1e0ed7a 100644
--- 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>
@@ -403,7 +403,18 @@
</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. -->
<!-- ================================================== -->