o separate the repository and repoclean used

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@471311 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-11-05 01:17:58 +00:00
parent 8db036a7e6
commit eeb2f99785
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ java -jar archiva-cli-1.0-SNAPSHOT-cli.jar -c synchronize.properties
#java -jar archiva-cli-1.0-SNAPSHOT-cli.jar -c synchronize-java.net.properties
dir=/home/maven/repository-staging/to-ibiblio
src=$dir/maven2-repoclean
src=$dir/maven2-converted-from-maven1
dst=$dir/maven2
rsync --ignore-existing -rvpl $src/ $dst/ > $log

View File

@ -1,3 +1,3 @@
sourceRepositoryPath=/home/maven/repository-staging/to-ibiblio/maven
targetRepositoryPath=/home/maven/repository-staging/to-ibiblio/maven2-repoclean
targetRepositoryPath=/home/maven/repository-staging/to-ibiblio/maven2-converted-from-maven1
blacklistedPatterns=**/*.pom,**/activation/**,**/javamail/**,**/jaxm/**,**/jaxp/**,**/jaxrpc/**,**/jca/**,**/jce/**,**/jdbc/**,**/jdo/**,**/jms/**,**/jndi/**,**/saaj/**