We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d1072 commit 3ba88f4Copy full SHA for 3ba88f4
src/main/java/org/apache/maven/plugins/gpg/GpgSignAttachedMojo.java
@@ -59,7 +59,7 @@ public class GpgSignAttachedMojo
59
60
/**
61
* A list of files to exclude from being signed. Can contain Ant-style wildcards and double wildcards. The default
62
- * excludes are <code>**/*.md5 **/*.sha1 **/*.asc</code>.
+ * excludes are <code>**/*.md5 **/*.sha1 **/*.sha256 **/*.sha512 **/*.asc</code>.
63
*
64
* @since 1.0-alpha-4
65
*/
0 commit comments