You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2010/04/16 14:34:56 UTC

svn commit: r934849 - /jackrabbit/trunk/pom.xml

Author: jukka
Date: Fri Apr 16 12:34:56 2010
New Revision: 934849

URL: http://svn.apache.org/viewvc?rev=934849&view=rev
Log:
JCR-2455: Automatic staging of the non-Maven release artefacts

The scp rule does not work too smoothly. Document the upload instead.

Modified:
    jackrabbit/trunk/pom.xml

Modified: jackrabbit/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/pom.xml?rev=934849&r1=934848&r2=934849&view=diff
==============================================================================
--- jackrabbit/trunk/pom.xml (original)
+++ jackrabbit/trunk/pom.xml Fri Apr 16 12:34:56 2010
@@ -134,13 +134,6 @@
                         <include name="*.?ar"/>
                       </fileset>
                     </checksum>
-                    <scp todir="${username}@people.apache.org:public_html/jackrabbit"
-                         keyfile="${keyfile}" passphrase="${passphrase}"
-                         sftp="true" verbose="true">
-                      <fileset dir="${basedir}/target">
-                        <include name="${project.version}/*"/>
-                      </fileset>
-                    </scp>
                     <checksum file="${basedir}/target/${project.version}/jackrabbit-${project.version}-src.zip"
                               algorithm="SHA1" property="checksum"/>
                     <echo file="${basedir}/target/vote.txt">
@@ -167,9 +160,13 @@ least three +1 Jackrabbit PMC votes are 
                     </echo>
                     <echo/>
                     <echo>
-The release candidate has been deployed to:
+The release candidate has been prepared in:
 
-    http://people.apache.org/~${username}/jackrabbit/${project.version}/
+    ${basedir}/target/{$project.version}
+
+Please deploy it to people.apache.org like this:
+
+    scp -r ${basedir}/target/${project.version} people.apache.org:public_html/jackrabbit/
 
 A release vote template has been generated for you: