Maven staging plugin removed

Required by global-jjb

Change-Id: I7788b72d0aa3bc0a0a7d92caf3e5c23d59c668e1
Issue-ID: SDC-2444
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
diff --git a/pom.xml b/pom.xml
index 6d3d412..c619031 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,6 @@
 		<sitePath>/content/sites/site/org/onap/sdc/jtosca/${project.version}</sitePath>
 		<snapshots.path>snapshots</snapshots.path>
 		<releases.path>releases</releases.path>
-		<staging.profile.id>176c31dfe190a</staging.profile.id>
 		<!-- Sonar properties -->
 		<sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
 		<sonar.skipDesign>true</sonar.skipDesign>
@@ -169,19 +168,6 @@
 				</executions>
 			</plugin>
 
-			<!-- Staging Plugin -->
-			<plugin>
-				<groupId>org.sonatype.plugins</groupId>
-				<artifactId>nexus-staging-maven-plugin</artifactId>
-				<version>1.6.7</version>
-				<extensions>true</extensions>
-				<configuration>
-					<nexusUrl>${nexus.proxy}</nexusUrl>
-					<stagingProfileId>${staging.profile.id}</stagingProfileId>
-					<serverId>onap-staging</serverId>
-				</configuration>
-			</plugin>
-
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>