From 335b85380124444e2c2205832a8a60dbef2da30c Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Tue, 29 Jan 2013 14:42:07 +0000
Subject: [PATCH] OPENDJ-657 - Implement an adapter which maps an SDK Connection to a server InternalClientConnection.
---
opendj3/pom.xml | 23 ++++++++++++++++-------
1 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/opendj3/pom.xml b/opendj3/pom.xml
index 5884372..5c6b33b 100644
--- a/opendj3/pom.xml
+++ b/opendj3/pom.xml
@@ -23,10 +23,7 @@
!
! Copyright 2011-2012 ForgeRock AS
!
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.forgerock</groupId>
@@ -96,6 +93,7 @@
<module>opendj-ldap-toolkit</module>
<module>opendj-rest2ldap</module>
<module>opendj-ldap-sdk-examples</module>
+ <module>opendj-server2x-adapter</module>
</modules>
<properties>
<currentSDKversion>${project.version}</currentSDKversion>
@@ -113,7 +111,7 @@
-D"releaseDate=Software release date: January 1, 1970"
Otherwise release date should remain empty.
-->
- <releaseDate />
+ <releaseDate/>
<softwareReleaseDate>${releaseDate}</softwareReleaseDate>
<checkstyleHeaderLocation>org/forgerock/checkstyle/opendj-java-header</checkstyleHeaderLocation>
</properties>
@@ -262,9 +260,20 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore />
+ <ignore/>
</action>
</pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <versionRange>[1.4,)</versionRange>
+ <goals>
+ <goal>reserve-network-port</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action><ignore /></action>
+ </pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
@@ -389,4 +398,4 @@
<distribution>repo</distribution>
</license>
</licenses>
-</project>
+</project>
\ No newline at end of file
--
Gitblit v1.10.0