On 19/02/2010, Mladen Turk <[email protected]> wrote: > On 02/19/2010 05:54 PM, Niall Pemberton wrote: > > > Looks OK to me, except need md5 checksums for the actual release. Also > > maven repository artifacts. > > > > > > Sure, I'll add the md5 and sha1 signatures > > > > If you have GPG setup and run something like the following: > > > > mvn -Prc clean install -Dgpg.passphrase=thephrase > > > > Then you should find it creates both the md5 and sigs in your local m2 > > repository - for all the jars, pom and the zip/gz stuff > > > > > > Those are not real signatures, just md5 hashes > Real ones should look like > hashdigits *file.name > > I'm using md5sum and sha1sum for those.
You can easily use Ant to create MD5 and SHA hashes; it's easy enough to extend this to Maven too. > > > Regards > -- > ^TM > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
