mirror of https://github.com/apache/maven.git
Remove again the update poms
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@354588 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5b427cf076
commit
7458db31f5
|
@ -27,14 +27,6 @@ retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
|||
# hack prevent commons-logging-1.1-dev
|
||||
rm /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1-dev/commons-logging-1.1-dev.jar*
|
||||
|
||||
|
||||
# get poms from svn and generate checksums
|
||||
(
|
||||
/home/projects/maven/components/maven-meeper/src/bin/update-poms.sh
|
||||
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
||||
)
|
||||
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
||||
|
||||
(
|
||||
cd $TOOLS_BASE/ibiblio-sync
|
||||
./synchronize-codehaus-to-ibiblio.sh
|
||||
|
|
Loading…
Reference in New Issue