You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/10 04:33:06 UTC

svn commit: r189878 - /maven/components/trunk/maven-plugins/pom.xml

Author: brett
Date: Thu Jun  9 19:33:05 2005
New Revision: 189878

URL: http://svn.apache.org/viewcvs?rev=189878&view=rev
Log:
add ci management

Modified:
    maven/components/trunk/maven-plugins/pom.xml

Modified: maven/components/trunk/maven-plugins/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/pom.xml?rev=189878&r1=189877&r2=189878&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/pom.xml (original)
+++ maven/components/trunk/maven-plugins/pom.xml Thu Jun  9 19:33:05 2005
@@ -11,6 +11,15 @@
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/MNG</url>
   </issueManagement>
+  <ciManagement>
+    <system>continuum</system>
+    <notifiers>
+      <notifier>
+        <type>mail</type>
+        <address>dev@maven.apache.org</address>
+      </notifier>
+    </notifiers>
+  </ciManagement>
   <developers>
     <developer>
       <id>jvanzyl</id>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org