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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new d860c19b15 build: Globally disabled signing of artifacts (Required for 
release with our new build scripts)
d860c19b15 is described below

commit d860c19b15cece91417b6939371938b022e144a5
Author: Christofer Dutz <cd...@apache.org>
AuthorDate: Fri Feb 16 11:01:56 2024 +0100

    build: Globally disabled signing of artifacts (Required for release with 
our new build scripts)
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 68f272a92e..238390e46d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,11 @@
 
     <skip-code-generation>false</skip-code-generation>
     <skip-code-generation-tests>true</skip-code-generation-tests>
-    <skip-pgp-signing>false</skip-pgp-signing>
+    <!--
+      Skip signing of any pgp artifacts.
+      NOTE: Enable this, when not releasing via our tools-scripts.
+    -->
+    <skip-pgp-signing>true</skip-pgp-signing>
     <enable-all-tests>false</enable-all-tests>
     <excluded-test-groups>require-all-tests</excluded-test-groups>
     <reflow.skin.version>2.3.3</reflow.skin.version>

Reply via email to