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

zhaocong pushed a commit to branch branch-2.10.5.3-a41ecf
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit 483b8905f6cc9162721f705683f43999d54ca1f0
Author: Mattison Chao <[email protected]>
AuthorDate: Thu Dec 28 23:24:59 2023 +0800

    By pass gpg check
---
 buildtools/pom.xml | 24 ++++++++++++------------
 pom.xml            | 24 ++++++++++++------------
 2 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index 799f416c896..17ff00250e3 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -269,18 +269,18 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <artifactId>maven-gpg-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>sign-artifacts</id>
-            <phase>verify</phase>
-            <goals>
-              <goal>sign</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
+<!--      <plugin>-->
+<!--        <artifactId>maven-gpg-plugin</artifactId>-->
+<!--        <executions>-->
+<!--          <execution>-->
+<!--            <id>sign-artifacts</id>-->
+<!--            <phase>verify</phase>-->
+<!--            <goals>-->
+<!--              <goal>sign</goal>-->
+<!--            </goals>-->
+<!--          </execution>-->
+<!--        </executions>-->
+<!--      </plugin>-->
     </plugins>
     <extensions>
       <extension>
diff --git a/pom.xml b/pom.xml
index 07081b8aab9..157cb1ddb0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2314,18 +2314,18 @@ flexible messaging model and an intuitive client 
API.</description>
       </activation>
       <build>
         <plugins>
-          <plugin>
-            <artifactId>maven-gpg-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>sign-artifacts</id>
-                <phase>verify</phase>
-                <goals>
-                  <goal>sign</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
+<!--          <plugin>-->
+<!--            <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>

Reply via email to