diff options
author | Dan Timoney <dtimoney@att.com> | 2017-10-09 20:04:18 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-10-09 20:04:18 -0400 |
commit | 7b8674d874f93d247b69484ab5c3f41f7fa0887e (patch) | |
tree | 7ace23651dde30db53fb907f313073b22345ba04 /oparent-odlparent | |
parent | 186488b37a609784e4cd762b480263be9b4b4418 (diff) |
Enable staging plugin
Release build for oparent-odlparent is not using staging plugin, and
so is failing trying to write to releases
Change-Id: Ie2d559cd4043566fb278a48b697731aa8d74a905
Issue-ID: INT-257
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'oparent-odlparent')
-rw-r--r-- | oparent-odlparent/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/oparent-odlparent/pom.xml b/oparent-odlparent/pom.xml index 5ba340e..33c7c17 100644 --- a/oparent-odlparent/pom.xml +++ b/oparent-odlparent/pom.xml @@ -536,6 +536,17 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> </plugin> + <plugin> + <groupId>org.sonatype.plugins</groupId> + <artifactId>nexus-staging-maven-plugin</artifactId> + <version>1.6.7</version> + <extensions>true</extensions> + <configuration> + <nexusUrl>${onap.nexus.url}</nexusUrl> + <stagingProfileId>176c31dfe190a</stagingProfileId> + <serverId>ecomp-staging</serverId> + </configuration> + </plugin> </plugins> </build> </project> |