You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2006/06/10 04:42:57 UTC

svn commit: r413213 - /maven/components/trunk/maven-meeper/src/bin/repoclean/synchronize.properties

Author: jvanzyl
Date: Fri Jun  9 19:42:56 2006
New Revision: 413213

URL: http://svn.apache.org/viewvc?rev=413213&view=rev
Log:
o committing repoclean properties

Modified:
    maven/components/trunk/maven-meeper/src/bin/repoclean/synchronize.properties

Modified: maven/components/trunk/maven-meeper/src/bin/repoclean/synchronize.properties
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-meeper/src/bin/repoclean/synchronize.properties?rev=413213&r1=413212&r2=413213&view=diff
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/repoclean/synchronize.properties (original)
+++ maven/components/trunk/maven-meeper/src/bin/repoclean/synchronize.properties Fri Jun  9 19:42:56 2006
@@ -3,15 +3,16 @@
 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/**
+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=dev@maven.apache.org
+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
 
@@ -24,5 +25,3 @@
 
 # [DEFAULT VALUE: default]
 #targetRepositoryLayout=[legacy|default]
-
-