Remove useless plugin 19/16619/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 29 Sep 2017 11:31:14 +0000 (13:31 +0200)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 29 Sep 2017 11:31:14 +0000 (13:31 +0200)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index c4c1a81..ac08845 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           </execution>
         </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>