Maven staging plugin removed
[sdc/sdc-titan-cassandra.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index bf0ad91..7e60d40 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,12 +1,12 @@
 <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.sdc-titan-cassandra</groupId>
+    <groupId>org.onap.sdc.sdc-titan-cassandra</groupId>
     <artifactId>sdc-titan-cassandra</artifactId>
-    <version>1.0.0</version>
+    <version>1.2.0-SNAPSHOT</version>
 
 
-    <name>Titan-Cassandra: Distributed Graph Database</name>
+    <name>sdc-sdc-titan-cassandra</name>
     <url>http://thinkaurelius.github.com/titan/</url>
     <properties>
         <astyanax.version>3.8.0</astyanax.version>
         <compiler.source>1.8</compiler.source>
         <compiler.target>1.8</compiler.target>
 
-        <sitePath>/content/sites/site/org/openecomp/sdc/sdc-titan-cassandra/${project.version}</sitePath>
+        <sitePath>/content/sites/site/org/onap/sdc/sdc-titan-cassandra/${project.version}</sitePath>
         <nexusServer>https://nexus.onap.org</nexusServer>
         <nexus.release.repository>releases</nexus.release.repository>
         <nexus.snapshot.repository>snapshots</nexus.snapshot.repository>
         <nexus.id.release>ecomp-releases</nexus.id.release>
         <nexus.id.snapshot>ecomp-snapshots</nexus.id.snapshot>
-        <staging.profile.id>176c31dfe190a</staging.profile.id>
 
         <!--tests-->
         <test.skip.ordered>true</test.skip.ordered>
                         </goals>
                     </execution>
                 </executions>
-            </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>${staging.profile.id}</stagingProfileId>
-                       <serverId>ecomp-staging</serverId>
-               </configuration>
-           </plugin>
+            </plugin>          
+                   <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-site-plugin</artifactId>
+                               <version>3.4</version>
+                               <dependencies>
+                                       <dependency>
+                                               <groupId>org.apache.maven.wagon</groupId>
+                                               <artifactId>wagon-webdav-jackrabbit</artifactId>
+                                               <version>2.10</version>
+                                       </dependency>
+                               </dependencies>
+                       </plugin>
             <!-- ================================================== -->
             <!-- Set the JDK compiler version.                      -->
             <!-- ================================================== -->
                     <target>1.8</target>
                 </configuration>
             </plugin>
+            <plugin>
+                               <groupId>org.sonarsource.scanner.maven</groupId>
+                               <artifactId>sonar-maven-plugin</artifactId>
+                               <version>3.0.2</version>
+                       </plugin>
         </plugins>
     </build>