You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/04/11 14:15:02 UTC

[maven-gpg-plugin] branch master updated: [MGPG-64] updated javadoc

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

hboutemy 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 3ba88f4  [MGPG-64] updated javadoc
3ba88f4 is described below

commit 3ba88f44e0ea1d1f8d6a985d3c8cf288e457b4e5
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Apr 11 16:14:58 2020 +0200

    [MGPG-64] updated javadoc
---
 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 cdeb6cc..cf9a06b 100644
--- a/src/main/java/org/apache/maven/plugins/gpg/GpgSignAttachedMojo.java
+++ b/src/main/java/org/apache/maven/plugins/gpg/GpgSignAttachedMojo.java
@@ -59,7 +59,7 @@ public class GpgSignAttachedMojo
 
     /**
      * 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;*.asc</code>.
+     * excludes are <code>**&#47;*.md5   **&#47;*.sha1    **&#47;*.sha256    **&#47;*.sha512    **&#47;*.asc</code>.
      *
      * @since 1.0-alpha-4
      */