This is an automated email from the ASF dual-hosted git repository.
apalumbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/master by this push:
new cd9e3bc (nojira) do not sign jenkins artifacts.
cd9e3bc is described below
commit cd9e3bc3f268c1ff30eff8e92f429bacc7dac645
Author: Andrew Palumbo <[email protected]>
AuthorDate: Wed Dec 18 01:40:26 2019 -0800
(nojira) do not sign jenkins artifacts.
---
pom.xml | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/pom.xml b/pom.xml
index 00989ce..ac1c4ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -585,26 +585,6 @@
</execution>
</executions>
</plugin>
-
- <!-- We want to sign the artifact, the POM, and all attached artifacts
-->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-gpg-plugin</artifactId>
- <version>1.6</version>
- <executions>
- <execution>
- <id>sign-release-artifacts</id>
- <goals>
- <goal>sign</goal>
- </goals>
- <configuration>
- <keyname>${gpg.keyname}</keyname>
- <passphraseServerId>${gpg.passphrase}</passphraseServerId>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
</plugins>
</build>
</profile>