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
This commit is contained in:
aheritier 2006-04-25 21:53:48 +00:00
parent 1e2cfcfaec
commit 9d5786ae26
4 changed files with 13 additions and 2 deletions

View File

@ -149,3 +149,8 @@ maven.junit.forkmode = once
#=====
maven.xdoc.distributionUrl=http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins
maven.xdoc.version = ${pom.currentVersion}
#=====
# Others settings
#=====
maven.ci.nagEmailAddress=notifications@maven.apache.org

View File

@ -39,7 +39,7 @@
<defaultGoal>plugin:plugin</defaultGoal>
<sourceDirectory>src/main</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<nagEmailAddress>notifications@maven.apache.org</nagEmailAddress>
<nagEmailAddress>${maven.ci.nagEmailAddress}</nagEmailAddress>
<unitTest>
<includes>

View File

@ -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

View File

@ -35,5 +35,6 @@
</repository>
<build>
<defaultGoal>plugins:install-all</defaultGoal>
<nagEmailAddress>${maven.ci.nagEmailAddress}</nagEmailAddress>
</build>
</project>