You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by rb...@apache.org on 2012/08/01 02:32:29 UTC

svn commit: r1367835 - /shindig/site/trunk/cms/trunk/content/releasing.mdtext

Author: rbaxter85
Date: Wed Aug  1 00:32:28 2012
New Revision: 1367835

URL: http://svn.apache.org/viewvc?rev=1367835&view=rev
Log:
Added hint about how to download artifacts

Modified:
    shindig/site/trunk/cms/trunk/content/releasing.mdtext

Modified: shindig/site/trunk/cms/trunk/content/releasing.mdtext
URL: http://svn.apache.org/viewvc/shindig/site/trunk/cms/trunk/content/releasing.mdtext?rev=1367835&r1=1367834&r2=1367835&view=diff
==============================================================================
--- shindig/site/trunk/cms/trunk/content/releasing.mdtext (original)
+++ shindig/site/trunk/cms/trunk/content/releasing.mdtext Wed Aug  1 00:32:28 2012
@@ -90,6 +90,12 @@ mvn release:perform -Papache-release
 Note: All artifacts will be signed and pushed to 
 [https://repository.apache.org/](https://repository.apache.org/).
 
+You can use the following command to download all the artifacts from the repository.
+
+<pre>
+wget -r  -H -t1 -nd -N -np  -erobots=off -i https://repository.apache.org/content/repositories/orgapacheshindig-{repo-id}/org/apache/shindig/
+</pre>
+
 Close the staging repository as described in the points 5 and 6 of the 
 [Maven Release Process](http://maven.apache.org/developers/release/releasing.html).
 
@@ -180,4 +186,4 @@ Enjoy,
 -The Apache Shindig Team
 </pre>
 
-##  9. Celebrate :o)
+##  9. Celebrate :o)
\ No newline at end of file