e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift<?xml version="1.0" encoding="UTF-8"?>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift<!--
73adb2e3dbaa8a9f6448cefccb7933f68c3c7348Mark Craig ! CDDL HEADER START
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift !
73adb2e3dbaa8a9f6448cefccb7933f68c3c7348Mark Craig ! The contents of this file are subject to the terms of the
73adb2e3dbaa8a9f6448cefccb7933f68c3c7348Mark Craig ! Common Development and Distribution License, Version 1.0 only
73adb2e3dbaa8a9f6448cefccb7933f68c3c7348Mark Craig ! (the "License"). You may not use this file except in compliance
73adb2e3dbaa8a9f6448cefccb7933f68c3c7348Mark Craig ! with the License.
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift !
73adb2e3dbaa8a9f6448cefccb7933f68c3c7348Mark Craig ! You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
73adb2e3dbaa8a9f6448cefccb7933f68c3c7348Mark Craig ! or http://forgerock.org/license/CDDLv1.0.html.
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift ! See the License for the specific language governing permissions
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift ! and limitations under the License.
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift !
73adb2e3dbaa8a9f6448cefccb7933f68c3c7348Mark Craig ! When distributing Covered Code, include this CDDL HEADER in each
73adb2e3dbaa8a9f6448cefccb7933f68c3c7348Mark Craig ! file and include the License file at legal-notices/CDDLv1_0.txt.
73adb2e3dbaa8a9f6448cefccb7933f68c3c7348Mark Craig ! If applicable, add the following below this CDDL HEADER, with the
73adb2e3dbaa8a9f6448cefccb7933f68c3c7348Mark Craig ! fields enclosed by brackets "[]" replaced with your own identifying
73adb2e3dbaa8a9f6448cefccb7933f68c3c7348Mark Craig ! information:
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift ! Portions Copyright [yyyy] [name of copyright owner]
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift !
73adb2e3dbaa8a9f6448cefccb7933f68c3c7348Mark Craig ! CDDL HEADER END
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift !
3b574cd1ee8b7536278db5241e8aef5155e371d3Mark Craig ! Copyright 2014-2015 ForgeRock AS.
3b574cd1ee8b7536278db5241e8aef5155e371d3Mark Craig !
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift-->
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <properties>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <title>About ${project.name}</title>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <author email="opendj-dev@forgerock.org">${project.organization.name}</author>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift </properties>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <body>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <section name="About ${project.name}">
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <p>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift ${project.description}
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift </p>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift </section>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <section name="Documentation for ${project.name}">
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <p>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift Javadoc for this module can be found <a href="apidocs/index.html">here</a>.
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift </p>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift </section>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <section name="Get ${project.name}">
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <p>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift Start developing your applications by obtaining ${project.name}
3b574cd1ee8b7536278db5241e8aef5155e371d3Mark Craig using any of the following methods:
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift </p>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <subsection name="Maven">
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <p>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift By far the simplest method is to develop your application using Maven
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift and add the following settings to your <b>pom.xml</b>:
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift </p>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <source>&lt;repositories>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift &lt;repository>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift &lt;id>forgerock-staging-repository&lt;/id>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift &lt;name>ForgeRock Release Repository&lt;/name>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift &lt;url>${mavenRepoReleases}&lt;/url>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift &lt;snapshots>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift &lt;enabled>false&lt;/enabled>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift &lt;/snapshots>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift &lt;/repository>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift &lt;repository>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift &lt;id>forgerock-snapshots-repository&lt;/id>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift &lt;name>ForgeRock Snapshot Repository&lt;/name>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift &lt;url>${mavenRepoSnapshots}&lt;/url>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift &lt;releases>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift &lt;enabled>false&lt;/enabled>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift &lt;/releases>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift &lt;/repository>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift&lt;/repositories>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift...
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift&lt;dependencies>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift &lt;dependency>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift &lt;groupId>${project.groupId}&lt;/groupId>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift &lt;artifactId>${project.artifactId}&lt;/artifactId>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift &lt;version>${project.version}&lt;/version>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift &lt;/dependency>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift&lt;/dependencies></source>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift </subsection>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <subsection name="Download">
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <p>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift If you are not using Maven then you will need to download a pre-built
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift binary from the ForgeRock Maven repository, along with any compile
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift time <a href="dependencies.html">dependencies</a>:
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift </p>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <ul>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <li><a href="${mavenRepoReleases}/org/forgerock/opendj/${project.artifactId}">Stable releases</a></li>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <li><a href="${mavenRepoSnapshots}/org/forgerock/opendj/${project.artifactId}/${project.version}">Latest development snapshot</a></li>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift </ul>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift </subsection>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <subsection name="Build">
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <p>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift For the DIY enthusiasts you can build it yourself by checking out the
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift latest code using <a href="source-repository.html">Subversion</a>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift and building it with Maven 3.
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift </p>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift </subsection>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift </section>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <section name="Getting started">
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <p>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift The following example shows how ${project.name} may be used:
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift </p>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift <source>TODO</source>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift </section>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift </body>
e63111a01d736eded8a5910a1d72f632b32e1fb8Matthew Swift</document>