mirror of https://github.com/apache/maven.git
Added svn export of poms
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328154 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
144bbf5ee2
commit
657b63fe19
|
@ -25,6 +25,14 @@ retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
||||||
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
||||||
|
|
||||||
|
|
||||||
|
(
|
||||||
|
cd /home/projects/maven/repository-staging/to-ibiblio/maven2
|
||||||
|
svn export --force svn://svn.codehaus.org/maven/scm/repository/ .
|
||||||
|
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
||||||
|
)
|
||||||
|
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
||||||
|
|
||||||
|
|
||||||
(
|
(
|
||||||
cd $TOOLS_BASE/ibiblio-sync
|
cd $TOOLS_BASE/ibiblio-sync
|
||||||
./synchronize-codehaus-to-ibiblio.sh
|
./synchronize-codehaus-to-ibiblio.sh
|
||||||
|
|
Loading…
Reference in New Issue