diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-29 13:31:14 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-29 13:31:14 +0200 |
commit | e23da68151acf54aa33efc322c4a8033e18a2d8a (patch) | |
tree | c601b0f9bfac5c9af2220593485aae3309f713e0 /pom.xml | |
parent | 80f23b107475c8249a9c831ce2625a958539f986 (diff) |
Remove useless plugin
Remove the gpg plugin in main pom as not used at all
Change-Id: Ic86cb285012da0cdbceca78c4750a5365e9fc6a0
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-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> |