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:
parent
1e2cfcfaec
commit
9d5786ae26
@ -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
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
@ -35,5 +35,6 @@
|
||||
</repository>
|
||||
<build>
|
||||
<defaultGoal>plugins:install-all</defaultGoal>
|
||||
<nagEmailAddress>${maven.ci.nagEmailAddress}</nagEmailAddress>
|
||||
</build>
|
||||
</project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user