update plugins too as long as we are still building them

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@353955 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-12-05 01:43:27 +00:00
parent 77249c67de
commit 601181f4c2
1 changed files with 4 additions and 0 deletions

4
ci.sh
View File

@ -102,6 +102,10 @@ fi
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