You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/12/23 18:21:57 UTC

[jackrabbit-filevault-package-maven-plugin] branch master updated: releng: remove redundant gpg sign plugin configuration

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 7149335  releng: remove redundant gpg sign plugin configuration
7149335 is described below

commit 71493352facd739706edca9c2ee85a2f9203ca83
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Dec 23 19:21:53 2021 +0100

    releng: remove redundant gpg sign plugin configuration
---
 pom.xml | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/pom.xml b/pom.xml
index 831c53d..d6d7850 100644
--- a/pom.xml
+++ b/pom.xml
@@ -511,31 +511,9 @@
         </profile>
         <profile>
             <id>apache-release</id>
-            <properties>
-                <username>${user.name}</username>
-                <keyfile>${user.home}/.ssh/id_rsa</keyfile>
-                <passphrase />
-            </properties>
             <build>
                 <plugins>
                     <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-gpg-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>sign-release-artifacts</id>
-                                <phase>verify</phase>
-                                <goals>
-                                    <goal>sign</goal>
-                                </goals>
-                                <configuration>
-                                    <keyname>${gpg.keyname}</keyname>
-                                    <passphraseServerId>${gpg.keyname}</passphraseServerId>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <plugin>
                         <artifactId>maven-antrun-plugin</artifactId>
                         <executions>
                             <execution>