summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-09-29 13:31:14 +0200
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-09-29 13:31:14 +0200
commite23da68151acf54aa33efc322c4a8033e18a2d8a (patch)
treec601b0f9bfac5c9af2220593485aae3309f713e0 /pom.xml
parent80f23b107475c8249a9c831ce2625a958539f986 (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.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>