Good to know.  We'll have to add that in to the standard release process.

Thanks,

Mike

On 5/7/06, sebb <[EMAIL PROTECTED]> wrote:
On 07/05/06, Apache Wiki <[EMAIL PROTECTED]> wrote:
> Dear Wiki user,
>
> You have subscribed to a wiki page or wiki category on "Jakarta-httpclient 
Wiki" for change notification.
>
> The following page has been changed by MichaelBecke:
> http://wiki.apache.org/jakarta-httpclient/HttpClientReleaseProcess
>
> +    * Sign and checksum the generated packages (*.zip, *.tar.gz, and *.jar). 
 Details for

You could do the MD5 creation in Maven:

         <!-- create checksum for jar -->
         <ant:checksum
file="${maven.build.dir}/${pom.artifactId}-${pom.currentVersion}.jar"
property="jar.md5"/>
         <ant:echo message="${jar.md5}
*${pom.artifactId}-${pom.currentVersion}.jar"

file="${maven.build.dir}/${pom.artifactId}-${pom.currentVersion}.jar.md5"
/>

See for example:

http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/validator/trunk/maven.xml?view=markup

---------------------------------------------------------------------
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]

Reply via email to