You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2005/12/05 02:43:32 UTC

svn commit: r353955 - /maven/components/trunk/ci.sh

Author: brett
Date: Sun Dec  4 17:43:27 2005
New Revision: 353955

URL: http://svn.apache.org/viewcvs?rev=353955&view=rev
Log:
update plugins too as long as we are still building them

Modified:
    maven/components/trunk/ci.sh

Modified: maven/components/trunk/ci.sh
URL: http://svn.apache.org/viewcvs/maven/components/trunk/ci.sh?rev=353955&r1=353954&r2=353955&view=diff
==============================================================================
--- maven/components/trunk/ci.sh (original)
+++ maven/components/trunk/ci.sh Sun Dec  4 17:43:27 2005
@@ -102,6 +102,10 @@
       cd $DIR/maven-components
       
       $SVN update > $HOME_DIR/$SCM_LOG 2>&1
+
+      cd $DIR/plugins
+
+      $SVN update >> $HOME_DIR/$SCM_LOG 2>&1
       
       grep "^[PUAD] " $HOME_DIR/$SCM_LOG > /dev/null 2>&1