Added blacklisted patterns and changed some names

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@354531 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2005-12-06 20:06:49 +00:00
parent 8737086036
commit 662331c8de
1 changed files with 28 additions and 25 deletions

View File

@ -1,25 +1,28 @@
# [REQUIRED OPTIONS]
sourceRepositoryPath=/home/projects/maven/repository-staging/to-ibiblio/maven
targetRepositoryPath=/home/projects/maven/repository-staging/to-ibiblio/maven2
reportsPath=/home/projects/maven/repository-staging/to-ibiblio/reports/repoclean
reportOnly=false
errorReport.mailOnError=true
errorReport.fromName=maven
errorReport.fromAddress=maven@codehaus.org
errorReport.toName=Maven Developers List
errorReport.toAddress=dev@maven.apache.org
errorReport.subject=[REPOCLEAN] Error(s) occurred while converting repository
errorReport.link=http://test.maven.codehaus.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]
# [REQUIRED OPTIONS]
sourceRepositoryPath=/home/projects/maven/repository-staging/to-ibiblio/maven
targetRepositoryPath=/home/projects/maven/repository-staging/to-ibiblio/maven2
reportsPath=/home/projects/maven/repository-staging/to-ibiblio/reports/repoclean
blacklistedPatterns=**/activation/**,**/javamail/**,**/jaxm/**,**/jaxp/**,**/jaxrpc/**,**/jca/**,**/jce/**,**/jdbc/**,**/jdo/**,**/jms/**,**/jndi/**,**/saaj/**
reportOnly=false
errorReport.mailOnError=true
errorReport.fromName=REPOCLEAN
errorReport.fromAddress=maven@codehaus.org
errorReport.toName=Maven Developer List
errorReport.toAddress=dev@maven.apache.org
errorReport.subject=[REPOCLEAN] Error(s) occurred while converting repository
errorReport.link=http://test.maven.codehaus.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]