diff options
author | Igor Dysko <igor1.dysko@orange.com> | 2020-04-07 22:09:40 +0200 |
---|---|---|
committer | Igor Dysko <igor1.dysko@orange.com> | 2020-04-07 22:09:40 +0200 |
commit | 649b5eb21d70325975a185b3f27b6144008aa20a (patch) | |
tree | 4d7b7be7d5478b27f4f16d711e39cfcefa6dda62 /pom.xml | |
parent | 46151809c9b902df43464f46a55080a95bc492f7 (diff) |
Fix of failing jenkins builds
Removed deprecated plugin.
Issue-ID: AAI-2840
Signed-off-by: Igor Dysko <igor1.dysko@orange.com>
Change-Id: Ifbce71e22b579f88542f162a061a70060ec6016d
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -188,17 +188,6 @@ </resources> <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> - <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> <version>1.7.6</version> |