You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2021/02/01 07:35:39 UTC

[phoenix] 03/05: PHOENIX-6347 Remove maven-gpg-plugin invoication from release profile

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

stoty pushed a commit to branch 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git

commit 1e76ba83d44a305e658427af68274583068aa2a6
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Jan 28 19:06:39 2021 +0100

    PHOENIX-6347 Remove maven-gpg-plugin invoication from release profile
---
 pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index c24d81f..751d754 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1468,19 +1468,6 @@
               </execution>
             </executions>
           </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>
         </plugins>
       </build>
     </profile>