Re: generating checksums for assemblies

2012-02-27 Thread Simone Tripodi
Hi Benson! indeed, in that case I a have a little price to pay because I am forced to proceed manually for "non maven" artifact releases. Thanks for your reply! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft

Re: generating checksums for assemblies

2012-02-25 Thread Benson Margulies
By default, the gpg plugin signs only attached artifacts, so (assuming that it's GPG output you are talking about, or if not a similar plugin) you'll have to add manual configuration, yes, to sign those additional files. The assembly plugin is blissfully ignorant of the entire process. On Sat, Feb

generating checksums for assemblies

2012-02-25 Thread Simone Tripodi
Hi all guys, I configured the assembly-plugin to prevent generated artifacts are attached, so they won't be deployed on Nexus, but I still need the checksums are generated for that artifacts. Is there a way to do it or I have to use the external checksum-plugin? TIA, -Simo http://people.apache.or