You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2008/09/16 23:55:02 UTC

svn commit: r696082 - /openjpa/trunk/openjpa-project/pom.xml

Author: mikedd
Date: Tue Sep 16 14:55:02 2008
New Revision: 696082

URL: http://svn.apache.org/viewvc?rev=696082&view=rev
Log:
OPENJPA-726 adding md5sum for nightly downloads

Modified:
    openjpa/trunk/openjpa-project/pom.xml

Modified: openjpa/trunk/openjpa-project/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/pom.xml?rev=696082&r1=696081&r2=696082&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/pom.xml (original)
+++ openjpa/trunk/openjpa-project/pom.xml Tue Sep 16 14:55:02 2008
@@ -379,11 +379,15 @@
                                         <move todir="target/site/tempDocs/docs">
                                             <fileset dir="target/site/tempDocs/apache-openjpa-${pom.version}/docs"/> 
                                         </move>
+                                        <checksum> 
+                                            <fileset dir="target/site/downloads/">
+                                                <include name="*.zip"/>
+                                            </fileset>
+                                        </checksum>
                                         <scp todir="${nightly.user.name}:${nightly.password}@people.apache.org:/www/openjpa.apache.org/builds/latest/downloads" 
                                              trust="true">
                                             <fileset dir="target/site/downloads"/>
                                         </scp>
-                                        
                                         <scp todir="${nightly.user.name}:${nightly.password}@people.apache.org:/www/openjpa.apache.org/builds/latest/docs" 
                                              trust="true">
                                             <fileset dir="target/site/tempDocs/docs"/>