You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2013/01/29 22:07:59 UTC

svn commit: r1440130 - /incubator/onami/sandbox/factoryannotation/pom.xml

Author: simonetripodi
Date: Tue Jan 29 21:07:59 2013
New Revision: 1440130

URL: http://svn.apache.org/viewvc?rev=1440130&view=rev
Log:
added the configured jenkins job for FactoryAnnotation extension

Modified:
    incubator/onami/sandbox/factoryannotation/pom.xml

Modified: incubator/onami/sandbox/factoryannotation/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/sandbox/factoryannotation/pom.xml?rev=1440130&r1=1440129&r2=1440130&view=diff
==============================================================================
--- incubator/onami/sandbox/factoryannotation/pom.xml (original)
+++ incubator/onami/sandbox/factoryannotation/pom.xml Tue Jan 29 21:07:59 2013
@@ -41,6 +41,22 @@
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/onami/sandbox/factoryannotation</developerConnection>
     <tag>HEAD</tag>
   </scm>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Onami-FactoryAnnotation/</url>
+    <notifiers>
+      <notifier>
+        <type>mail</type>
+        <sendOnError>true</sendOnError>
+        <sendOnFailure>true</sendOnFailure>
+        <sendOnSuccess>false</sendOnSuccess>
+        <sendOnWarning>false</sendOnWarning>
+        <configuration>
+          <address>dev@onami.incubator.apache.org</address>
+        </configuration>
+      </notifier>
+    </notifiers>
+  </ciManagement>
 
   <dependencies>
     <dependency>