index.xml.vm revision 01014a5d9a5f07682c251ef5492e8aa9f46c21a0
1051N/A<?xml version="1.0" encoding="UTF-8"?>
1051N/A<!--
1051N/A ! CCPL HEADER START
1051N/A !
1051N/A ! This work is licensed under the Creative Commons
1051N/A ! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
1051N/A ! To view a copy of this license, visit
1051N/A ! http://creativecommons.org/licenses/by-nc-nd/3.0/
1051N/A ! or send a letter to Creative Commons, 444 Castro Street,
1051N/A ! Suite 900, Mountain View, California, 94041, USA.
1051N/A !
1051N/A ! You can also obtain a copy of the license at
1051N/A ! trunk/opendj3/legal-notices/CC-BY-NC-ND.txt.
1051N/A ! See the License for the specific language governing permissions
1051N/A ! and limitations under the License.
1051N/A !
1051N/A ! If applicable, add the following below this CCPL HEADER, with the fields
1051N/A ! enclosed by brackets "[]" replaced with your own identifying information:
1051N/A ! Portions Copyright [yyyy] [name of copyright owner]
1051N/A !
1051N/A ! CCPL HEADER END
1051N/A !
1051N/A ! Copyright 2013 ForgeRock AS
1051N/A !
1051N/A-->
1051N/A<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1051N/A xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
1051N/A <properties>
1051N/A <title>About ${project.name}</title>
1051N/A <author email="opendj-dev@forgerock.org">${project.organization.name}</author>
1051N/A </properties>
1051N/A <body>
1051N/A <section name="About ${project.name}">
1051N/A <p>
1175N/A ${project.description}
1111N/A </p>
1051N/A </section>
1051N/A <section name="Documentation for ${project.name}">
1051N/A <p>
1051N/A Javadoc for this module can be found <a href="apidocs/index.html">here</a>.
1051N/A </p>
1175N/A </section>
1175N/A <section name="Get ${project.name}">
1111N/A <p>
1051N/A Start developing your applications by obtaining ${project.name}
1051N/A using any of the following methods:
1247N/A </p>
1247N/A <subsection name="Maven">
1051N/A <p>
1175N/A By far the simplest method is to develop your application using Maven
1175N/A and add the following settings to your <b>pom.xml</b>:
1111N/A </p>
1051N/A <source>&lt;repositories>
1051N/A &lt;repository>
1051N/A &lt;id>forgerock-staging-repository&lt;/id>
1186N/A &lt;name>ForgeRock Release Repository&lt;/name>
1186N/A &lt;url>${mavenRepoReleases}&lt;/url>
1186N/A &lt;snapshots>
1186N/A &lt;enabled>false&lt;/enabled>
1186N/A &lt;/snapshots>
1186N/A &lt;/repository>
1051N/A &lt;repository>
1051N/A &lt;id>forgerock-snapshots-repository&lt;/id>
1051N/A &lt;name>ForgeRock Snapshot Repository&lt;/name>
1051N/A &lt;url>${mavenRepoSnapshots}&lt;/url>
1186N/A &lt;releases>
1186N/A &lt;enabled>false&lt;/enabled>
1186N/A &lt;/releases>
1186N/A &lt;/repository>
1175N/A&lt;/repositories>
1051N/A
1186N/A...
1111N/A
1247N/A&lt;dependencies>
1111N/A &lt;dependency>
1247N/A &lt;groupId>${project.groupId}&lt;/groupId>
1111N/A &lt;artifactId>${project.artifactId}&lt;/artifactId>
1111N/A &lt;version>${project.version}&lt;/version>
1111N/A &lt;/dependency>
1111N/A&lt;/dependencies></source>
1175N/A </subsection>
1247N/A <subsection name="Download">
1175N/A <p>
1175N/A If you are not using Maven then you will need to download a pre-built
1175N/A binary from the ForgeRock Maven repository, along with any compile
1175N/A time <a href="dependencies.html">dependencies</a>:
1111N/A </p>
1111N/A <ul>
1247N/A <li><a href="${mavenRepoReleases}/org/forgerock/opendj/${project.artifactId}">Stable releases</a></li>
1111N/A <li><a href="${mavenRepoSnapshots}/org/forgerock/opendj/${project.artifactId}/${project.version}">Latest development snapshot</a></li>
1247N/A </ul>
1051N/A </subsection>
1051N/A <subsection name="Build">
1051N/A <p>
For the DIY enthusiasts you can build it yourself by checking out the
latest code using <a href="source-repository.html">Subversion</a>
and building it with Maven 3.
</p>
</subsection>
</section>
<section name="Getting started">
<p>
The following example shows how ${project.name} may be used:
</p>
<source>TODO</source>
</section>
</body>
</document>