How to generate hash digests with Maven Assembly

2009-11-10 Thread Steve Brannstrom
Hi friends , We use Maven Assembly plug-in to create the binary and source archives in .zip, .tar.gz formats . We also want to generate hash digests such as md5, sha1 for those archives . Is there any way to achieve this using Maven Assembly plug-in ? If not please provide a pointer to

Re: How to generate hash digests with Maven Assembly

2009-11-10 Thread Steve Brannstrom
, Anders Hammar and...@hammar.net wrote: One way is if you use a repository manager (Nexus for instance), it will be generated for you when deploying. /Anders On Tue, Nov 10, 2009 at 09:52, Steve Brannstrom steveb...@gmail.com wrote: Hi friends , We use Maven Assembly plug-in to create