summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index ce2789c..7e60d40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,6 @@
<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>
@@ -406,17 +405,6 @@
</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>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.4</version>