mirror of https://github.com/apache/maven.git
Fixed email configuration, and added report link for the email content.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@164707 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6e51d420ed
commit
3809f57da9
|
@ -5,11 +5,12 @@ reportsPath=/home/projects/maven/repository-staging/to-ibiblio/reports/repoclean
|
||||||
reportOnly=false
|
reportOnly=false
|
||||||
|
|
||||||
errorReport.mailOnError=true
|
errorReport.mailOnError=true
|
||||||
errorReport.fromName=Repoclean (ibiblio-sync)
|
errorReport.fromName=maven
|
||||||
errorReport.fromAddress=jdcasey@codehaus.org
|
errorReport.fromAddress=maven@codehaus.org
|
||||||
errorReport.toName=Maven-2 Developers List
|
errorReport.toName=Maven Developers List
|
||||||
errorReport.toAddress=m2-dev@maven.apache.org
|
errorReport.toAddress=dev@maven.apache.org
|
||||||
errorReport.subject=[REPOCLEAN] Error(s) occurred while converting repository
|
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]
|
# [DEFAULT VALUE: legacy]
|
||||||
|
|
Loading…
Reference in New Issue