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}