You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tr...@apache.org on 2007/07/30 05:44:38 UTC

svn commit: r560853 - /mina/all/deploy-all.sh

Author: trustin
Date: Sun Jul 29 20:44:37 2007
New Revision: 560853

URL: http://svn.apache.org/viewvc?view=rev&rev=560853
Log:
Added a shell script that deploys all artifacts and reports


Added:
    mina/all/deploy-all.sh   (with props)

Added: mina/all/deploy-all.sh
URL: http://svn.apache.org/viewvc/mina/all/deploy-all.sh?view=auto&rev=560853
==============================================================================
--- mina/all/deploy-all.sh (added)
+++ mina/all/deploy-all.sh Sun Jul 29 20:44:37 2007
@@ -0,0 +1,6 @@
+#!/bin/sh
+cd `dirname $0`
+cd trunk && mvn clean deploy site site:deploy && \
+cd ../branches/1.0 && mvn clean deploy site site:deploy && \
+cd ../branches/1.1 && mvn clean deploy site site:deploy
+

Propchange: mina/all/deploy-all.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/all/deploy-all.sh
------------------------------------------------------------------------------
    svn:executable = *