aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Determe <sd378r@intl.att.com>2017-09-29 11:34:14 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-29 11:34:14 +0000
commitf696add81ddfb39e6c6cdf77871fdcc19cb2b419 (patch)
treea7982766f9c06c1e02e542fcafd37cbbd8c0756d
parentc51eb5cd77b9691d0c66149e7fbef4d56148d233 (diff)
parente23da68151acf54aa33efc322c4a8033e18a2d8a (diff)
Merge "Remove useless plugin"
-rw-r--r--pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/pom.xml b/pom.xml
index c4c1a81a..ac088454 100644
--- a/pom.xml
+++ b/pom.xml
@@ -625,23 +625,6 @@
</executions>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-gpg-plugin</artifactId>
- <version>1.5</version>
- <configuration>
- <skip>true</skip>
- </configuration>
- <executions>
- <execution>
- <id>sign-artifacts</id>
- <phase>verify</phase>
- <goals>
- <goal>sign</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>