| | |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2013-2014 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"> |
| | | <modelVersion>4.0.0</modelVersion> |
| | |
| | | <artifactId>opendj-server3x-adapter</artifactId> |
| | | <name>OpenDJ Server 3.x Adapter</name> |
| | | <description> |
| | | This module includes an LDAP adapter which maps the SDK Connection |
| | | This module includes an LDAP adapter which maps the SDK Connection |
| | | to an Internal Client Connection. |
| | | This module will only be used to link the opendj3-server-dev branch to |
| | | opendj-rest2ldap. |
| | |
| | | <version>${project.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.forgerock.opendj</groupId> |
| | | <artifactId>opendj-config</artifactId> |
| | | <version>${project.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.forgerock</groupId> |
| | | <artifactId>forgerock-build-tools</artifactId> |
| | | <version>${forgerockBuildToolsVersion}</version> |
| | |
| | | <artifactId>je</artifactId> |
| | | <version>4.1.21</version> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | </dependencies> |
| | | </dependency> |
| | | </dependencies> |
| | | <repositories> |
| | | <repository> |
| | | <id>oracleReleases</id> |
| | |
| | | </repository> |
| | | </repositories> |
| | | <reporting> |
| | | <plugins> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-project-info-reports-plugin</artifactId> |
| | |
| | | <testResources> |
| | | <!-- Binary data are corrupted by filtering --> |
| | | <testResource> |
| | | <directory>src/test/resources</directory> |
| | | <directory>src/test/resources</directory> |
| | | <filtering>true</filtering> |
| | | <excludes> |
| | | <exclude>config/admin-keystore</exclude> |
| | |
| | | </excludes> |
| | | </testResource> |
| | | <testResource> |
| | | <directory>src/test/resources</directory> |
| | | <directory>src/test/resources</directory> |
| | | <filtering>false</filtering> |
| | | <includes> |
| | | <include>config/admin-keystore</include> |
| | |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | </plugins> |
| | | </plugins> |
| | | </build> |
| | | </project> |