diff options
author | Tomasz Golabek <tomasz.golabek@nokia.com> | 2019-07-12 13:26:37 +0200 |
---|---|---|
committer | Tomasz Golabek <tomasz.golabek@nokia.com> | 2019-07-12 13:26:37 +0200 |
commit | f14d5be5614d48b08172b601bce5d9f5d20cb063 (patch) | |
tree | ea926534518e74cc852fd72cb6305d71878420fe | |
parent | 63687989ade039878eb40fa7b8ab19b0f8e0b851 (diff) |
Required by global-jjb
Change-Id: Ia26e3ad8a3c89c3505c5e3ea91b469208badda5d
Issue-ID: SDC-2444
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
-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> |