diff options
author | Tomasz Golabek <tomasz.golabek@nokia.com> | 2019-07-12 13:28:26 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-07-14 06:12:54 +0000 |
commit | 759ea36d4c2f5eb65a6a42eb7c3bff92e28961ee (patch) | |
tree | 5b45287634a473303fc8b44fe3fa02db7acdeac4 /pom.xml | |
parent | 19c8bdce471587972861d395149564950f0d4a45 (diff) |
Maven staging plugin removed
Required by global-jjb
Change-Id: Ied9434626ff7ae3bf126deaf6f2195b22ca84d41
Issue-ID: SDC-2444
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -51,7 +51,6 @@ <sitePath>/content/sites/site/org/onap/sdc/sdc-distribution-client/${project.version}</sitePath> <snapshots.path>snapshots</snapshots.path> <releases.path>releases</releases.path> - <staging.profile.id>176c31dfe190a</staging.profile.id> <!-- Sonar properties --> <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding> <sonar.skipDesign>true</sonar.skipDesign> @@ -125,19 +124,6 @@ </executions> </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>onap-staging</serverId> - </configuration> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> |