summaryrefslogtreecommitdiffstats
path: root/vid-app-common
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-05-21 16:31:26 +0300
committerIttay Stern <ittay.stern@att.com>2019-05-21 16:31:26 +0300
commit2973b222e9997e375d29d416312bd3d4b9dbf236 (patch)
tree313d31a55e5b728e9b6694f06050ca642f3400e6 /vid-app-common
parent445056740d0f24e45d0c8f90cc024bbc090165b4 (diff)
Revert "Migrate to gerrit-maven-stage (VID)"
This reverts commit 44505674 Change-Id: Iadd431f9439e9cb44ca3637378f068547752dfd8 Issue-ID: CIMAN-234 Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-app-common')
-rwxr-xr-xvid-app-common/pom.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index 2795239e3..0e12d6cfa 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>2.0.0</version>
+ <version>1.2.3</version>
<relativePath/>
</parent>
@@ -126,6 +126,18 @@
</execution>
</executions>
</plugin>
+
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <version>1.6.7</version>
+ <extensions>true</extensions>
+ <configuration>
+ <nexusUrl>${nexusproxy}</nexusUrl>
+ <stagingProfileId>176c31dfe190a</stagingProfileId>
+ <serverId>ecomp-staging</serverId>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>