| | |
| | | <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> |
| | | <groupId>org.forgerock.ce</groupId> |
| | | <artifactId>forgerock-parent</artifactId> |
| | | <version>1.2.1</version> |
| | | </parent> |
| | | <groupId>org.forgerock.opendj</groupId> |
| | | <groupId>org.forgerock.ce.opendj</groupId> |
| | | <artifactId>opendj-project</artifactId> |
| | | <version>2.6.11</version> |
| | | <packaging>pom</packaging> |
| | |
| | | <module>opendj-ldap-sdk-examples</module> |
| | | <module>opendj-rest2ldap</module> |
| | | <module>opendj-rest2ldap-servlet</module> |
| | | <module>opendj-server2x-adapter</module> |
| | | <!-- <module>opendj-server2x-adapter</module> --> |
| | | </modules> |
| | | <properties> |
| | | <grizzlyFrameworkVersion>2.3.11</grizzlyFrameworkVersion> |
| | |
| | | <configuration> |
| | | <artifactItems> |
| | | <artifactItem> |
| | | <groupId>org.forgerock.opendj</groupId> |
| | | <groupId>org.forgerock.ce.opendj</groupId> |
| | | <artifactId>opendj-log-ref</artifactId> |
| | | <version>${currentServerVersion}</version> |
| | | <type>jar</type> |
| | |
| | | </plugin> |
| | | --> |
| | | <plugin> |
| | | <groupId>org.forgerock.commons</groupId> |
| | | <groupId>org.forgerock.ce.commons</groupId> |
| | | <artifactId>forgerock-doc-maven-plugin</artifactId> |
| | | <version>${frDocPluginVersion}</version> |
| | | <inherited>false</inherited> |
| | |
| | | <!-- The Javadoc would need to be released already to use this: |
| | | <artifactItems> |
| | | <artifactItem> |
| | | <groupId>org.forgerock.opendj</groupId> |
| | | <groupId>org.forgerock.ce.opendj</groupId> |
| | | <artifactId>opendj-ldap-sdk</artifactId> |
| | | <version>${sdkDocTargetVersion}</version> |
| | | <classifier>javadoc</classifier> |
| | |
| | | </configuration> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.forgerock.commons</groupId> |
| | | <groupId>org.forgerock.ce.commons</groupId> |
| | | <artifactId>i18n-maven-plugin</artifactId> |
| | | <version>${i18nFrameworkVersion}</version> |
| | | </plugin> |
| | |
| | | </reporting> |
| | | <repositories> |
| | | <repository> |
| | | <id>forgerock-staging-repository</id> |
| | | <name>ForgeRock Release Repository</name> |
| | | <url>http://maven.forgerock.org/repo/releases</url> |
| | | <id>forgerock-community-repository</id> |
| | | <name>ForgeRock Community Repository</name> |
| | | <url>http://maven.forgerock.org/repo/community</url> |
| | | <snapshots> |
| | | <enabled>false</enabled> |
| | | </snapshots> |
| | | </repository> |
| | | <repository> |
| | | <id>forgerock-snapshots-repository</id> |
| | | <name>ForgeRock Snapshot Repository</name> |
| | | <url>http://maven.forgerock.org/repo/snapshots</url> |
| | | <releases> |
| | | <enabled>false</enabled> |
| | | </releases> |
| | | </repository> |
| | | <repository> |
| | | <id>jvnet-nexus-snapshots</id> |
| | | <url>https://maven.java.net/content/repositories/snapshots</url> |
| | | <releases> |
| | |
| | | <dependencyManagement> |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>org.forgerock.commons</groupId> |
| | | <groupId>org.forgerock.ce.commons</groupId> |
| | | <artifactId>i18n-core</artifactId> |
| | | <version>${i18nFrameworkVersion}</version> |
| | | <scope>compile</scope> |