]> source.dussan.org Git - sonar-scanner-cli.git/commitdiff
Remove signature of artifacts, this is done by Bintray automatically
authorEric Hartmann <hartmann.eric@gmail.com>
Tue, 6 Oct 2015 08:26:03 +0000 (10:26 +0200)
committerEric Hartmann <hartmann.eric@gmail.com>
Tue, 6 Oct 2015 08:26:03 +0000 (10:26 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 1b0a6d5128fc10c8cee5e26ba8e6b748657b69a8..b91475e5d63b407f8d33b60fa7e9759538fe1c5b 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.4</version>
-            <executions>
-              <execution>
-                <id>sign-artifacts</id>
-                <phase>verify</phase>
-                <goals>
-                  <goal>sign</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
         </plugins>
       </build>
     </profile>