diff options
author | Areli, Fuss (af732p) <af732p@intl.att.com> | 2018-09-13 13:56:15 +0300 |
---|---|---|
committer | Areli, Fuss (af732p) <af732p@intl.att.com> | 2018-09-13 13:56:15 +0300 |
commit | f2339c60b90ef535227932b69adf50450f80c054 (patch) | |
tree | e2e2be217b9753864313fbae8322c3c5d6616d9c /pom.xml | |
parent | 3d1b2d274cbc80bf564cddf76609f6471086d95c (diff) |
Return nexus-staging-maven-plugin
Return nexus-staging-maven-plugin
Change-Id: I0e2f88c48ce54eadbc9eac68c58e2cf4c4e79761
Issue-ID: SDC-1756
Signed-off-by: Areli, Fuss (af732p) <af732p@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -12,6 +12,7 @@ <!--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> @@ -44,6 +45,17 @@ </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> |