[
https://issues.apache.org/jira/browse/TAVERNA-863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15150493#comment-15150493
]
Stian Soiland-Reyes commented on TAVERNA-863:
---------------------------------------------
I tried checksum-maven-plugin using
{code}
+ <plugin>
+ <groupId>net.ju-n.maven.plugins</groupId>
+ <artifactId>checksum-maven-plugin</artifactId>
+ <version>1.3</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>artifacts</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <algorithms>
+ <algorithm>SHA-512</algorithm>
+ </algorithms>
+ <attachChecksums>true</attachChecksums>
+ </configuration>
+ </plugin>
{code}
but the plugin seems broken in that it attaches files like
apache-taverna-parent-2-incubating-SNAPSHOT..sha512 (and then also
apache-taverna-parent-2-incubating-SNAPSHOT..sha512.asc !)
So I am closing this as Won't Fix.
> sha512 for artifacts
> --------------------
>
> Key: TAVERNA-863
> URL: https://issues.apache.org/jira/browse/TAVERNA-863
> Project: Apache Taverna
> Issue Type: New Feature
> Components: Taverna Language, Taverna Maven Parent
> Reporter: Marlon Pierce
> Priority: Minor
>
> sha1 is used to hash the artifacts. Can sha512 be used instead?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)