mirror of https://github.com/apache/maven.git
Added script to run m1 to m2 migration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@416471 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
14d58f8f1b
commit
a0667fca74
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
dest=/home/maven/repository-staging/to-ibiblio
|
||||
repocleanhome=$HOME/repository-tools/repoclean
|
||||
|
||||
$repocleanhome/repoclean.sh $repocleanhome/synchronize.properties
|
||||
|
||||
rsync --ignore-existing -ripl $dest/maven2-repoclean/ $dest/maven2/
|
Loading…
Reference in New Issue