diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-07-25 14:08:38 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-07-25 14:09:20 -0700 |
commit | ad8ef0f0485a8e7490d84511159c274db123c5a3 (patch) | |
tree | c29afb74b12f7518e45031be0e362a116bcf39cc | |
parent | a221dfa94bd58020e4568a4e2d1266f5d5e9c205 (diff) |
Remove old staging plugin
nexus-staging-maven-plugin is no longer supported
Removing it from the pom.xml
Issue-ID: CIMAN-250
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Ifd96614a7c82f2f55151c20d6f207f7f4bc1c1fe
-rw-r--r-- | veslibrary/ves_javalibrary/evel_javalib2/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/veslibrary/ves_javalibrary/evel_javalib2/pom.xml b/veslibrary/ves_javalibrary/evel_javalib2/pom.xml index dc6021a..ee61488 100644 --- a/veslibrary/ves_javalibrary/evel_javalib2/pom.xml +++ b/veslibrary/ves_javalibrary/evel_javalib2/pom.xml @@ -241,18 +241,6 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <version>3.2</version> </plugin> <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> - <extensions>true</extensions> - <configuration> - <serverId>ecomp-staging</serverId> - <nexusUrl>${nexusproxy}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - </configuration> - </plugin> - - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.20.1</version> |