aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2019-05-11 01:01:20 +0300
committerIttay Stern <ittay.stern@att.com>2019-06-18 16:13:14 +0000
commit97bec3c43ac5cefdb8b852de8efb00a84148ed28 (patch)
treed0768be501b026d5affd0b8297da00225ee4a6c7
parentb83a6d85917a5fcbb5b54734b01e82fdaa1217d7 (diff)
Migrate to gerrit-maven-stage (VID)
Update oparent version to 2.0.0 which supports global-jjb maven-stage job. Remove the usage of maven-staging plugin since it will become deprecated soon. Issue-ID: CIMAN-234 Change-Id: I4c07e214bad0f89b990b712abaf8d9bf79c1b237 Source-Change-Id: I295d7c17374a49ff0125a50d8765fe295b55c4d8 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> (cherry picked from commit 445056740d0f24e45d0c8f90cc024bbc090165b4)
-rwxr-xr-xepsdk-app-onap/pom.xml14
-rw-r--r--pom.xml14
-rwxr-xr-xvid-app-common/pom.xml14
3 files changed, 3 insertions, 39 deletions
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml
index 20f9c0f3a..18c032be2 100755
--- a/epsdk-app-onap/pom.xml
+++ b/epsdk-app-onap/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.3</version>
+ <version>2.0.0</version>
<relativePath/>
</parent>
@@ -110,18 +110,6 @@
<build>
<finalName>vid</finalName>
<plugins>
- <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>
-
<!-- Compile to Java 1.8 class output format -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index 0e5726722..2036994ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.3</version>
+ <version>2.0.0</version>
<relativePath/>
</parent>
@@ -102,18 +102,6 @@
<version>1.3.1</version>
</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.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.6</version>
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index b713e0abd..4c4461b77 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>1.2.3</version>
+ <version>2.0.0</version>
<relativePath/>
</parent>
@@ -126,18 +126,6 @@
</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>