mirror of https://github.com/apache/maven.git
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:
parent
77249c67de
commit
601181f4c2
4
ci.sh
4
ci.sh
|
@ -102,6 +102,10 @@ fi
|
||||||
cd $DIR/maven-components
|
cd $DIR/maven-components
|
||||||
|
|
||||||
$SVN update > $HOME_DIR/$SCM_LOG 2>&1
|
$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
|
grep "^[PUAD] " $HOME_DIR/$SCM_LOG > /dev/null 2>&1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue