You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2021/10/07 08:01:24 UTC

[shiro] branch main updated: [SHIRO-838] create sha512 and sha3-512 hashes.

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

bmarwell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/main by this push:
     new 2cf2eb7  [SHIRO-838] create sha512 and sha3-512 hashes.
     new 9031d52  Merge pull request #327 from bmarwell/SHIRO-838_hashes_main
2cf2eb7 is described below

commit 2cf2eb7b84ba66b32b7fbd301fd4c194d6f8481d
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Sun Sep 26 21:06:02 2021 +0200

    [SHIRO-838] create sha512 and sha3-512 hashes.
---
 pom.xml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/pom.xml b/pom.xml
index 049b174..62a1e9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1487,6 +1487,31 @@
                     <url>scm:svn:https://svn.apache.org/repos/asf/shiro/site/publish/static/${project.version}</url>
                 </site>
             </distributionManagement>
+            <build>
+                <plugins>
+                    <!-- calculate checksums of source release for Apache dist area -->
+                    <plugin>
+                        <groupId>net.nicoulaj.maven.plugins</groupId>
+                        <artifactId>checksum-maven-plugin</artifactId>
+                        <version>1.11</version>
+                        <executions>
+                            <execution>
+                                <id>source-release-checksum</id>
+                                <goals>
+                                    <goal>artifacts</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                        <configuration>
+                            <algorithms>
+                                <algorithm>SHA-512</algorithm>
+                                <algorithm>SHA3-512</algorithm>
+                            </algorithms>
+                            <csvSummary>false</csvSummary>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
         </profile>
         <profile>
             <!--  NOTE: this plugin config will return false positives, usage will require