aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dysko <igor1.dysko@orange.com>2020-04-07 22:09:40 +0200
committerIgor Dysko <igor1.dysko@orange.com>2020-04-07 22:09:40 +0200
commit649b5eb21d70325975a185b3f27b6144008aa20a (patch)
tree4d7b7be7d5478b27f4f16d711e39cfcefa6dda62
parent46151809c9b902df43464f46a55080a95bc492f7 (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
-rw-r--r--pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index b3fd4a4..9b9ab8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>