Added java.net repository

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@417880 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2006-06-28 21:45:50 +00:00
parent 1b00d44cfc
commit 9e83a68eca
3 changed files with 40 additions and 1 deletions

View File

@ -0,0 +1,12 @@
#!/bin/bash
dest=/home/maven/repository-staging/to-ibiblio
repocleanhome=$HOME/repository-tools/repoclean
cd $dest/maven-java.net
cvs update -P
$repocleanhome/repoclean.sh ~/components/src/bin/repoclean/java.net/synchronize.properties
rsync --ignore-existing -ripl $dest/maven2-repoclean-java.net/ $dest/maven2/

View File

@ -0,0 +1,27 @@
# [REQUIRED OPTIONS]
sourceRepositoryPath=/home/maven/repository-staging/to-ibiblio/maven-java.net
targetRepositoryPath=/home/maven/repository-staging/to-ibiblio/maven2-repoclean-java.net
reportsPath=/home/maven/repository-staging/to-ibiblio/reports/repoclean
blacklistedPatterns=**/*.pom
reportOnly=false
reportWarnings=false
errorReport.mailOnError=true
errorReport.fromName=REPOCLEAN
errorReport.fromAddress=maven@codehaus.org
errorReport.toName=Maven Developer List
errorReport.toAddress=notifications@maven.apache.org
errorReport.subject=[REPOCLEAN] Error(s) occurred while converting repository
errorReport.link=http://www.maven.org/reports/repoclean/#date/repository.report.txt
# [DEFAULT VALUE: legacy]
#sourceRepositoryLayout=[legacy|default]
# [DEFAULT VALUE: v3]
#sourcePomType=[v3|v4]
# [DEFAULT VALUE: default]
#targetRepositoryLayout=[legacy|default]

View File

@ -3,6 +3,6 @@
dest=/home/maven/repository-staging/to-ibiblio
repocleanhome=$HOME/repository-tools/repoclean
$repocleanhome/repoclean.sh $repocleanhome/synchronize.properties
$repocleanhome/repoclean.sh ~/components/src/bin/repoclean/synchronize.properties
rsync --ignore-existing -ripl $dest/maven2-repoclean/ $dest/maven2/