aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authortomverin <thomas.verin@sonarsource.com>2015-10-12 17:00:03 +0200
committertomverin <thomas.verin@sonarsource.com>2015-10-12 17:00:03 +0200
commit773870998186d08e2344c262b5f5488f1038e0d4 (patch)
treef7984303650f8bf06cce92f3a662f27759c3d1ed /pom.xml
parentb255fc14d5f0a41f21039cdaf231c5ab3d717a07 (diff)
downloadsonarqube-773870998186d08e2344c262b5f5488f1038e0d4.tar.gz
sonarqube-773870998186d08e2344c262b5f5488f1038e0d4.zip
Removed signature goal from maven release (redundant with bintray)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/pom.xml b/pom.xml
index bee64efef66..4bcc4edbdba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1298,19 +1298,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-gpg-plugin</artifactId>
- <executions>
- <execution>
- <id>sign-artifacts</id>
- <phase>verify</phase>
- <goals>
- <goal>sign</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>