From 1d07da9a2452b62008b739e84f58e971700b896c Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 19 May 2011 21:13:30 +0000
Subject: [PATCH] Fix OPENDJ-35: add integration with Jenkins

---
 opendj-sdk/opendj3/pom.xml |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opendj3/pom.xml b/opendj-sdk/opendj3/pom.xml
index 2387a77..0814dcc 100644
--- a/opendj-sdk/opendj3/pom.xml
+++ b/opendj-sdk/opendj3/pom.xml
@@ -66,6 +66,20 @@
     <developerConnection>scm:svn:https://svn.forgerock.org/opendj/trunk/opendj3/</developerConnection>
     <tag>HEAD</tag>
   </scm>
+  <ciManagement>
+    <system>hudson</system>
+    <url>http://builds.forgerock.org/job/OpenDJ3%20-%20trunk%20-%20postcommit/</url>
+    <notifiers>
+      <notifier>
+        <type>mail</type>
+        <sendOnError>true</sendOnError>
+        <sendOnFailure>true</sendOnFailure>
+        <sendOnSuccess>false</sendOnSuccess>
+        <sendOnWarning>false</sendOnWarning>
+        <address>opendj-dev@forgerock.org</address>
+      </notifier>
+    </notifiers>
+  </ciManagement>
   <modules>
     <module>opendj-maven-checkstyle</module>
     <module>opendj-maven-testng</module>

--
Gitblit v1.10.0