diff options
author | tomverin <thomas.verin@sonarsource.com> | 2015-10-12 17:00:03 +0200 |
---|---|---|
committer | tomverin <thomas.verin@sonarsource.com> | 2015-10-12 17:00:03 +0200 |
commit | 773870998186d08e2344c262b5f5488f1038e0d4 (patch) | |
tree | f7984303650f8bf06cce92f3a662f27759c3d1ed /pom.xml | |
parent | b255fc14d5f0a41f21039cdaf231c5ab3d717a07 (diff) | |
download | sonarqube-773870998186d08e2344c262b5f5488f1038e0d4.tar.gz sonarqube-773870998186d08e2344c262b5f5488f1038e0d4.zip |
Removed signature goal from maven release (redundant with bintray)
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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> |