diff options
-rw-r--r-- | pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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> |