diff options
author | Tomasz Golabek <tomasz.golabek@nokia.com> | 2019-07-12 12:18:04 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-07-14 06:14:06 +0000 |
commit | ff5db76f909826b332bcf294752646ed65ffaae5 (patch) | |
tree | 430a019d2e2839988a49f5e11a0879086d74bf8d | |
parent | 2e727b14a570be38b300f4f0ade45e83822e6a91 (diff) |
Maven staging plugin removed
Required by global-jjb
Change-Id: I0ceca8fabd5e6c67cf702fbfb4d78866c0df4027
Issue-ID: SDC-2444
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
-rw-r--r-- | pom.xml | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -368,11 +368,6 @@ Modifications copyright (c) 2018-2019 Nokia <version>3.8.0</version> </plugin> <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.8</version> - </plugin> - <plugin> <groupId>com.github.sylvainlaurent.maven</groupId> <artifactId>yaml-json-validator-maven-plugin</artifactId> <version>1.0.1</version> @@ -386,19 +381,6 @@ Modifications copyright (c) 2018-2019 Nokia </pluginManagement> <plugins> - - <!-- Staging Plugin --> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <extensions>true</extensions> - <configuration> - <nexusUrl>${nexus.proxy}</nexusUrl> - <stagingProfileId>${staging.profile.id}</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> - </plugin> - <!-- plugin for parsing the project version --> <plugin> <groupId>org.codehaus.mojo</groupId> |