mirror of https://github.com/apache/maven.git
make repoclean output in a different directory to sync later
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@416466 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
066f4abf3f
commit
8f3bc4f82e
|
@ -1,6 +1,6 @@
|
|||
# [REQUIRED OPTIONS]
|
||||
sourceRepositoryPath=/home/maven/repository-staging/to-ibiblio/maven
|
||||
targetRepositoryPath=/home/maven/repository-staging/to-ibiblio/maven2
|
||||
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/**
|
||||
|
@ -14,7 +14,7 @@ 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://test.maven.codehaus.org/reports/repoclean/#date/repository.report.txt
|
||||
errorReport.link=http://www.maven.org/reports/repoclean/#date/repository.report.txt
|
||||
|
||||
|
||||
# [DEFAULT VALUE: legacy]
|
||||
|
|
Loading…
Reference in New Issue