diff options
author | Tomasz Golabek <tomasz.golabek@nokia.com> | 2019-07-12 12:35:58 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-07-14 12:37:54 +0000 |
commit | 3ea94c03c8c63ca315e154dbf41afe959a24ff2d (patch) | |
tree | 2a6b56a0997fa48127196bade6679dd747ee5330 | |
parent | ed4f76715cb02d92d75bb4d15f7a6eebddde5d3e (diff) |
Maven staging plugin removed
Required by global-jjb
Change-Id: I3797c806443ba9300cee51562230706a94258065
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
@@ -19,7 +19,6 @@ <!--nexus--> <nexus.proxy>https://nexus.onap.org</nexus.proxy> <sitePath>/content/sites/site/org/onap/dcae/${project.artifactId}/${project.version}</sitePath> - <staging.profile.id>176c31dfe190a</staging.profile.id> <!--maven--> <timestamp>${maven.build.timestamp}</timestamp> <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format> @@ -70,17 +69,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>${nexus.proxy}</nexusUrl> - <stagingProfileId>${staging.profile.id}</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> - </plugin> - <plugin> <artifactId>maven-resources-plugin</artifactId> <version>3.0.2</version> <executions> |