From 3441a670cdb9b46d3d4afc9c638ef2b41d35c05f Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 27 May 2013 16:03:13 +0000
Subject: [PATCH] CR-1746 Fix for OPENDJ-857: Dev guide should explain how to use a GenericControl
---
opendj3/pom.xml | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/opendj3/pom.xml b/opendj3/pom.xml
index e471743..311f896 100644
--- a/opendj3/pom.xml
+++ b/opendj3/pom.xml
@@ -170,6 +170,18 @@
</configuration>
<executions>
<execution>
+ <id>run-jcite</id>
+ <phase>pre-site</phase>
+ <configuration>
+ <sourcePaths>
+ <sourcePath>${project.basedir}/opendj-ldap-sdk-examples/src/main/java</sourcePath>
+ </sourcePaths>
+ </configuration>
+ <goals>
+ <goal>jcite</goal>
+ </goals>
+ </execution>
+ <execution>
<id>copy-common</id>
<phase>pre-site</phase>
<goals>
--
Gitblit v1.10.0