Put ciManagement to TLP pom.xml

git-svn-id: https://svn.apache.org/repos/asf/directory/project/branches/bigbang@639188 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index b2b6e2b..6740a57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,24 @@
     <url>http://svn.apache.org/viewvc/directory/project/branches/bigbang</url>
   </scm>
 
+  <ciManagement>
+    <system>continuum</system>
+    <url>http://vm094.oxylos.org/continuum/</url>
+    <notifiers>
+      <notifier>
+        <type>mail</type>
+        <sendOnError>true</sendOnError>
+        <sendOnFailure>true</sendOnFailure>
+        <sendOnSuccess>false</sendOnSuccess>
+        <sendOnWarning>false</sendOnWarning>
+        <configuration>
+          <!-- FIXME as soon as we have a list for this -->
+          <address>felixk@apache.org</address>
+        </configuration>
+      </notifier>
+    </notifiers>
+  </ciManagement>  
+  
   <distributionManagement>
     <snapshotRepository>
       <id>apache.directory.snapshot.repo</id>