diff options
author | Sébastien Determe <sd378r@intl.att.com> | 2017-09-29 11:34:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-29 11:34:14 +0000 |
commit | f696add81ddfb39e6c6cdf77871fdcc19cb2b419 (patch) | |
tree | a7982766f9c06c1e02e542fcafd37cbbd8c0756d | |
parent | c51eb5cd77b9691d0c66149e7fbef4d56148d233 (diff) | |
parent | e23da68151acf54aa33efc322c4a8033e18a2d8a (diff) |
Merge "Remove useless plugin"
-rw-r--r-- | pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -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> |