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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 69d6fc6  Update documentation (only), no code change.
69d6fc6 is described below

commit 69d6fc66f2cbc634ed540e0db8a60501df71dfe8
Author: Tamas Cservenak <[email protected]>
AuthorDate: Tue Feb 25 11:28:45 2025 +0100

    Update documentation (only), no code change.
    
    PR for MGPG-130 updated the defaults, but this documentation
    was left out and may cause confusion.
---
 src/main/java/org/apache/maven/plugins/gpg/GpgSignAttachedMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/maven/plugins/gpg/GpgSignAttachedMojo.java 
b/src/main/java/org/apache/maven/plugins/gpg/GpgSignAttachedMojo.java
index 7555de1..bf27576 100644
--- a/src/main/java/org/apache/maven/plugins/gpg/GpgSignAttachedMojo.java
+++ b/src/main/java/org/apache/maven/plugins/gpg/GpgSignAttachedMojo.java
@@ -43,7 +43,7 @@ public class GpgSignAttachedMojo extends AbstractGpgMojo {
 
     /**
      * A list of files to exclude from being signed. Can contain Ant-style 
wildcards and double wildcards. The default
-     * excludes are <code>**&#47;*.md5 **&#47;*.sha1 **&#47;*.sha256 
**&#47;*.sha512 **&#47;*.asc **&#47;*.sigstore</code>.
+     * excludes are <code>**&#47;*.md5 **&#47;*.sha1 **&#47;*.sha256 
**&#47;*.sha512 **&#47;*.asc **&#47;*.sigstore; **&#47;*.sigstore.json</code>.
      *
      * @since 1.0-alpha-4
      */

Reply via email to