diff options
author | sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> | 2019-07-04 17:55:43 +0530 |
---|---|---|
committer | sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> | 2019-07-04 17:55:43 +0530 |
commit | 6a15193837a3ba364797459f5ad4e2c85c85fb1b (patch) | |
tree | a7177bc81f948e1c87808860fb9d681708e9ea9b | |
parent | 941cec72fab2f3cf3973e572ff2479943240d1f3 (diff) |
fix global-jjb migration issue
fix global-jjb migration issue
- VNFSDK, SO
Issue-ID: SO-1992
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
Change-Id: Ibd4ffceecb0604267e5dc6721b38a8ea2adc4b48
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -222,17 +222,17 @@ <artifactId>maven-surefire-plugin</artifactId> <version>2.19.1</version> </plugin> - <plugin> + <!-- <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> - <!-- defined in oparent <version>1.6.7</version> --> + <version>1.6.7</version> <extensions>true</extensions> <configuration> <nexusUrl>${nexusproxy}</nexusUrl> <stagingProfileId>176c31dfe190a</stagingProfileId> <serverId>ecomp-staging</serverId> </configuration> - </plugin> + </plugin> --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> |