You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/06/26 15:36:10 UTC

svn commit: r671895 - /continuum/trunk/pom.xml

Author: olamy
Date: Thu Jun 26 06:36:10 2008
New Revision: 671895

URL: http://svn.apache.org/viewvc?rev=671895&view=rev
Log:
configure notifier

Modified:
    continuum/trunk/pom.xml

Modified: continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=671895&r1=671894&r2=671895&view=diff
==============================================================================
--- continuum/trunk/pom.xml (original)
+++ continuum/trunk/pom.xml Thu Jun 26 06:36:10 2008
@@ -35,6 +35,16 @@
     <maven>2.0.7</maven>
   </prerequisites>
 
+  <ciManagement>
+    <system>continuum</system>
+    <url>http://vmbuild.apache.org</url>
+    <notifiers>
+      <notifier>
+        <address>notifications@continuum.apache.org</address>
+      </notifier>
+    </notifiers>
+  </ciManagement>
+
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/continuum/trunk/</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/continuum/trunk/</developerConnection>



Re: svn commit: r671895 - /continuum/trunk/pom.xml

Posted by Olivier Lamy <ol...@apache.org>.
Ok this will prevent some spam ;-).

--
Olivier

2008/6/26 Emmanuel Venisse <em...@gmail.com>:
> I'd prefer to define it directly in Continuum on vmbuild so if a user add
> Continuum in his instance, he won't send notifications on our lists.
>
> Emmanuel
>
> On Thu, Jun 26, 2008 at 3:36 PM, <ol...@apache.org> wrote:
>
>> Author: olamy
>> Date: Thu Jun 26 06:36:10 2008
>> New Revision: 671895
>>
>> URL: http://svn.apache.org/viewvc?rev=671895&view=rev
>> Log:
>> configure notifier
>>
>> Modified:
>>    continuum/trunk/pom.xml
>>
>> Modified: continuum/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=671895&r1=671894&r2=671895&view=diff
>>
>> ==============================================================================
>> --- continuum/trunk/pom.xml (original)
>> +++ continuum/trunk/pom.xml Thu Jun 26 06:36:10 2008
>> @@ -35,6 +35,16 @@
>>     <maven>2.0.7</maven>
>>   </prerequisites>
>>
>> +  <ciManagement>
>> +    <system>continuum</system>
>> +    <url>http://vmbuild.apache.org</url>
>> +    <notifiers>
>> +      <notifier>
>> +        <address>notifications@continuum.apache.org</address>
>> +      </notifier>
>> +    </notifiers>
>> +  </ciManagement>
>> +
>>   <scm>
>>     <connection>scm:svn:http://svn.apache.org/repos/asf/continuum/trunk/
>> </connection>
>>     <developerConnection>scm:svn:
>> https://svn.apache.org/repos/asf/continuum/trunk/</developerConnection>
>>
>>
>>
>

Re: svn commit: r671895 - /continuum/trunk/pom.xml

Posted by Emmanuel Venisse <em...@gmail.com>.
I'd prefer to define it directly in Continuum on vmbuild so if a user add
Continuum in his instance, he won't send notifications on our lists.

Emmanuel

On Thu, Jun 26, 2008 at 3:36 PM, <ol...@apache.org> wrote:

> Author: olamy
> Date: Thu Jun 26 06:36:10 2008
> New Revision: 671895
>
> URL: http://svn.apache.org/viewvc?rev=671895&view=rev
> Log:
> configure notifier
>
> Modified:
>    continuum/trunk/pom.xml
>
> Modified: continuum/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=671895&r1=671894&r2=671895&view=diff
>
> ==============================================================================
> --- continuum/trunk/pom.xml (original)
> +++ continuum/trunk/pom.xml Thu Jun 26 06:36:10 2008
> @@ -35,6 +35,16 @@
>     <maven>2.0.7</maven>
>   </prerequisites>
>
> +  <ciManagement>
> +    <system>continuum</system>
> +    <url>http://vmbuild.apache.org</url>
> +    <notifiers>
> +      <notifier>
> +        <address>notifications@continuum.apache.org</address>
> +      </notifier>
> +    </notifiers>
> +  </ciManagement>
> +
>   <scm>
>     <connection>scm:svn:http://svn.apache.org/repos/asf/continuum/trunk/
> </connection>
>     <developerConnection>scm:svn:
> https://svn.apache.org/repos/asf/continuum/trunk/</developerConnection>
>
>
>