diff --git a/src/main/java/net/nicoulaj/maven/plugins/checksum/mojo/AbstractChecksumMojo.java b/src/main/java/net/nicoulaj/maven/plugins/checksum/mojo/AbstractChecksumMojo.java index a8f0da94..ae925b6e 100644 --- a/src/main/java/net/nicoulaj/maven/plugins/checksum/mojo/AbstractChecksumMojo.java +++ b/src/main/java/net/nicoulaj/maven/plugins/checksum/mojo/AbstractChecksumMojo.java @@ -69,14 +69,14 @@ abstract class AbstractChecksumMojo /** * The list of checksum algorithms used. - * + * *

Default value is MD5 and SHA-1.
Allowed values are CRC32, MD2, MD4, MD5, SHA-1, SHA-224, SHA-256, SHA-384, * SHA-512, RIPEMD128, RIPEMD160, RIPEMD256, RIPEMD320, GOST3411 and Tiger.

- * + * *

Use the following syntax: *

<algorithms>
-     *   <algorithm>MD5<algorithm>
-     *   <algorithm>SHA-1<algorithm>
+     *   <algorithm>MD5</algorithm>
+     *   <algorithm>SHA-1</algorithm>
      * </algorithms>
*

* @@ -209,7 +209,7 @@ private Iterable createArtifactListeners() { protected abstract List getFilesToProcess(); protected abstract boolean isIndividualFiles(); - + protected boolean isAppendFilename(){ return false; }