summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/pom.xml b/pom.xml
index 0183299..1324c87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,6 @@
<nexus.proxy>https://nexus.onap.org</nexus.proxy>
<nexus.snapshots>snapshots</nexus.snapshots>
<nexus.releases>releases</nexus.releases>
- <staging.profile.id>176c31dfe190a</staging.profile.id>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
<sonar.skipDesign>true</sonar.skipDesign>
@@ -158,18 +157,6 @@
</dependency>
</dependencies>
</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>ecomp-staging</serverId>
- </configuration>
- </plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>