diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-05-21 16:29:30 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-05-21 16:33:28 +0300 |
commit | fcc997f27346a5db7f7e69e8d2bfd42d2bbc4fa1 (patch) | |
tree | 802ed27c24008958efcbd3533ad522a7c9158c87 | |
parent | 1a6b12e498cb61c8d1e846f78dc404a44b824d54 (diff) |
Revert "Migrate to gerrit-maven-stage (VID)"
This reverts commit 44505674
Change-Id: Ia2d560c4651c4c8e6d25ca911ccedda43eb3a6b7
Issue-ID: CIMAN-234
Signed-off-by: Ittay Stern <ittay.stern@att.com>
-rwxr-xr-x | epsdk-app-onap/pom.xml | 14 | ||||
-rw-r--r-- | pom.xml | 14 | ||||
-rwxr-xr-x | vid-app-common/pom.xml | 14 |
3 files changed, 39 insertions, 3 deletions
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index ac4701946..81464154b 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>2.0.0</version> + <version>1.2.3</version> <relativePath/> </parent> @@ -110,6 +110,18 @@ <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> @@ -10,7 +10,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>2.0.0</version> + <version>1.2.3</version> <relativePath/> </parent> @@ -102,6 +102,18 @@ <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 49398884e..d3c6fbeeb 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> |