From 9d5786ae265cb08f8f7a433e14f8bc92601a8b97 Mon Sep 17 00:00:00 2001 From: aheritier Date: Tue, 25 Apr 2006 21:53:48 +0000 Subject: [PATCH] Add a property to configure the nagEmailAddress git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@396994 13f79535-47bb-0310-9956-ffa450edef68 --- plugins-parent/project.properties | 7 ++++++- plugins-parent/project.xml | 2 +- project.properties | 5 +++++ project.xml | 1 + 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/plugins-parent/project.properties b/plugins-parent/project.properties index cf8d2384..de38c5a9 100644 --- a/plugins-parent/project.properties +++ b/plugins-parent/project.properties @@ -148,4 +148,9 @@ maven.junit.forkmode = once # XDOC plugin settings #===== maven.xdoc.distributionUrl=http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins -maven.xdoc.version = ${pom.currentVersion} \ No newline at end of file +maven.xdoc.version = ${pom.currentVersion} + +#===== +# Others settings +#===== +maven.ci.nagEmailAddress=notifications@maven.apache.org \ No newline at end of file diff --git a/plugins-parent/project.xml b/plugins-parent/project.xml index 2a7ed82c..cbed24fd 100644 --- a/plugins-parent/project.xml +++ b/plugins-parent/project.xml @@ -39,7 +39,7 @@ plugin:plugin src/main src/test - notifications@maven.apache.org + ${maven.ci.nagEmailAddress} diff --git a/project.properties b/project.properties index ccc6cbef..b4a7f7f1 100644 --- a/project.properties +++ b/project.properties @@ -25,3 +25,8 @@ #===== maven.build.plugins.includes=*/project.xml maven.build.plugins.excludes=plugins-common/project.xml,plugins-parent/project.xml,examples/project.xml,plugins-site/project.xml + +#===== +# Others settings +#===== +maven.ci.nagEmailAddress=notifications@maven.apache.org \ No newline at end of file diff --git a/project.xml b/project.xml index 12407c5b..1d8bfdf0 100644 --- a/project.xml +++ b/project.xml @@ -35,5 +35,6 @@ plugins:install-all + ${maven.ci.nagEmailAddress}