diff options
author | Michael Lando <ml636r@att.com> | 2017-09-23 00:05:17 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-09-23 00:05:45 +0300 |
commit | 546f7cf3160292704df5b94ac6de8b286bafa6a7 (patch) | |
tree | eccdfc03f3426713762292814b7080d8aaf5e747 /pom.xml | |
parent | e3ee242d4e19dc2d273694842f1b5d84f63c29b4 (diff) |
add stagging plugin
Change-Id: I730b0a708c58247a455581c897dc398693d08368
Issue-ID: SDC-368
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 20 |
1 files changed, 15 insertions, 5 deletions
@@ -177,6 +177,20 @@ </pluginManagement> <plugins> + + <!-- 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>ecomp-staging</serverId> + </configuration> + </plugin> + <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.19.1</version> @@ -384,12 +398,8 @@ <artifact-generator-core.version>1710.0.0</artifact-generator-core.version> <dox-common-lib.version>1710.0.0</dox-common-lib.version> <sdc-tosca-parser.version>1.1.14</sdc-tosca-parser.version> - </properties> - - + </properties> </profile> - - <profile> <id>onboarding</id> |