summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMorten Tokle <morten.tokle@gmail.com>2017-06-15 09:21:37 +0200
committerGitHub <noreply@github.com>2017-06-15 09:21:37 +0200
commit5ca7c06f3dc9c40e0f542aeda71e986ced772d66 (patch)
tree4f518c7aa194875220837345883e1a01683de9ae /pom.xml
parent23235a43c327518283070c8151780718b47ee7d3 (diff)
Revert "Add sign-artifacts profile"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/pom.xml b/pom.xml
index 7ab3c77afee..54656f22d92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -498,25 +498,6 @@
</plugins>
</build>
</profile>
- <profile>
- <id>sign-artifacts</id>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-gpg-plugin</artifactId>
- <version>1.6</version>
- <executions>
- <execution>
- <id>sign-artifacts</id>
- <phase>verify</phase>
- <goals>
- <goal>sign</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </profile>
</profiles>
<dependencyManagement>
<dependencies>