blob: c2e7e064a7da5612bb8e38a0bc4ef7330ac8b6ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# [REQUIRED OPTIONS]
sourceRepositoryPath=/home/maven/repository-staging/to-ibiblio/maven
targetRepositoryPath=/home/maven/repository-staging/to-ibiblio/maven2-repoclean
reportsPath=/home/maven/repository-staging/to-ibiblio/reports/repoclean
blacklistedPatterns=**/*.pom,**/activation/**,**/javamail/**,**/jaxm/**,**/jaxp/**,**/jaxrpc/**,**/jca/**,**/jce/**,**/jdbc/**,**/jdo/**,**/jms/**,**/jndi/**,**/saaj/**
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]
|