You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/04/25 23:53:51 UTC

svn commit: r396994 - in /maven/maven-1: core/trunk/ plugins-sandbox/trunk/ plugins-sandbox/trunk/plugins-parent/ plugins/trunk/ plugins/trunk/plugins-parent/

Author: aheritier
Date: Tue Apr 25 14:53:48 2006
New Revision: 396994

URL: http://svn.apache.org/viewcvs?rev=396994&view=rev
Log:
Add a property to configure the nagEmailAddress

Modified:
    maven/maven-1/core/trunk/project.properties
    maven/maven-1/core/trunk/project.xml
    maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.properties
    maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.xml
    maven/maven-1/plugins-sandbox/trunk/project.properties
    maven/maven-1/plugins-sandbox/trunk/project.xml
    maven/maven-1/plugins/trunk/plugins-parent/project.properties
    maven/maven-1/plugins/trunk/plugins-parent/project.xml
    maven/maven-1/plugins/trunk/project.properties
    maven/maven-1/plugins/trunk/project.xml

Modified: maven/maven-1/core/trunk/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/project.properties?rev=396994&r1=396993&r2=396994&view=diff
==============================================================================
--- maven/maven-1/core/trunk/project.properties (original)
+++ maven/maven-1/core/trunk/project.properties Tue Apr 25 14:53:48 2006
@@ -171,7 +171,7 @@
 maven.final.name = maven
 maven.build.dir = ${basedir}/target
 maven.gen.docs = ${maven.build.dir}/generated-xdocs
-
+maven.ci.nagEmailAddress=notifications@maven.apache.org
 
 #=====
 # Testing

Modified: maven/maven-1/core/trunk/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/project.xml?rev=396994&r1=396993&r2=396994&view=diff
==============================================================================
--- maven/maven-1/core/trunk/project.xml (original)
+++ maven/maven-1/core/trunk/project.xml Tue Apr 25 14:53:48 2006
@@ -704,7 +704,7 @@
   </dependencies>
   <build>
     <defaultGoal>jar:jar</defaultGoal>
-    <nagEmailAddress>notifications@maven.apache.org</nagEmailAddress>
+    <nagEmailAddress>${maven.ci.nagEmailAddress}</nagEmailAddress>
     <sourceDirectory>src/java</sourceDirectory>
     <unitTestSourceDirectory>src/test/java</unitTestSourceDirectory>
     <unitTest>

Modified: maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.properties?rev=396994&r1=396993&r2=396994&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.properties (original)
+++ maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.properties Tue Apr 25 14:53:48 2006
@@ -148,4 +148,9 @@
 # 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

Modified: maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.xml?rev=396994&r1=396993&r2=396994&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.xml Tue Apr 25 14:53:48 2006
@@ -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>

Modified: maven/maven-1/plugins-sandbox/trunk/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/project.properties?rev=396994&r1=396993&r2=396994&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/project.properties (original)
+++ maven/maven-1/plugins-sandbox/trunk/project.properties Tue Apr 25 14:53:48 2006
@@ -25,3 +25,8 @@
 #=====
 maven.build.plugins.includes=*/project.xml
 maven.build.plugins.excludes=plugins-common/project.xml,plugins-parent/project.xml,plugins-site/project.xml,latka/project.xml,surefire/project.xml
+
+#=====
+# Others settings
+#=====
+maven.ci.nagEmailAddress=notifications@maven.apache.org
\ No newline at end of file

Modified: maven/maven-1/plugins-sandbox/trunk/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/project.xml?rev=396994&r1=396993&r2=396994&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/project.xml Tue Apr 25 14:53:48 2006
@@ -34,5 +34,6 @@
   </repository>
   <build>
     <defaultGoal>plugins:install-all</defaultGoal>
+    <nagEmailAddress>${maven.ci.nagEmailAddress}</nagEmailAddress>
   </build>
 </project>

Modified: maven/maven-1/plugins/trunk/plugins-parent/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugins-parent/project.properties?rev=396994&r1=396993&r2=396994&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugins-parent/project.properties (original)
+++ maven/maven-1/plugins/trunk/plugins-parent/project.properties Tue Apr 25 14:53:48 2006
@@ -148,4 +148,9 @@
 # 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

Modified: maven/maven-1/plugins/trunk/plugins-parent/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugins-parent/project.xml?rev=396994&r1=396993&r2=396994&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugins-parent/project.xml (original)
+++ maven/maven-1/plugins/trunk/plugins-parent/project.xml Tue Apr 25 14:53:48 2006
@@ -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>

Modified: maven/maven-1/plugins/trunk/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/project.properties?rev=396994&r1=396993&r2=396994&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/project.properties (original)
+++ maven/maven-1/plugins/trunk/project.properties Tue Apr 25 14:53:48 2006
@@ -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

Modified: maven/maven-1/plugins/trunk/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/project.xml?rev=396994&r1=396993&r2=396994&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/project.xml (original)
+++ maven/maven-1/plugins/trunk/project.xml Tue Apr 25 14:53:48 2006
@@ -35,5 +35,6 @@
   </repository>
   <build>
     <defaultGoal>plugins:install-all</defaultGoal>
+    <nagEmailAddress>${maven.ci.nagEmailAddress}</nagEmailAddress>
   </build>
 </project>