On Wed, Jul 16, 2014 at 4:25 AM, Reza <[email protected]> wrote: > ...Regarding the md5 and sha1 filenames, so my release script is using > plain md5sum and sha1sum which includes the filename...
IMO it would be better to use the Maven release plugins going forward, at least for the java stuff. That's what we do in Sling (which does very frequent releases of many modules) and combined with the staging features of repository.apache.org that's really useful. http://sling.apache.org/documentation/development/release-management.html has more info and the Sling parent pom is at http://svn.apache.org/repos/asf/sling/trunk/parent/pom.xml I wasn't much involved in setting that up but IIRC the key is using the org.apache:apache:14 pom as the parent of the parent pom to enable the repository.apache.org staging. -Bertrand
