0N/A<?
xml version="1.0" encoding="UTF-8"?>
0N/A ! The contents of this file are subject to the terms of the 0N/A ! Common Development and Distribution License, Version 1.0 only 2362N/A ! (the "License"). You may not use this file except in compliance 0N/A ! You can obtain a copy of the license at 0N/A ! See the License for the specific language governing permissions 0N/A ! and limitations under the License. 0N/A ! When distributing Covered Code, include this CDDL HEADER in each 0N/A ! file and include the License file at 0N/A ! add the following below this CDDL HEADER, with the fields enclosed 0N/A ! by brackets "[]" replaced with your own identifying information: 2362N/A ! Portions Copyright [yyyy] [name of copyright owner] 0N/A ! Copyright 2011 ForgeRock AS 0N/A <!-- This is Maven build file is just a hack in order to leverage 0N/A Maven's site generation capabilities. It duplicates version information, 0N/A and the Ant build is not split into phases: we just do it in one single 0N/A blast during the compile phase --> 0N/A <
modelVersion>4.0.0</
modelVersion>
0N/A <
artifactId>opendj-project</
artifactId>
0N/A <
version>3.0.0-SNAPSHOT</
version>
0N/A <
artifactId>opendj-server</
artifactId>
0N/A <
version>2.5.0-SNAPSHOT</
version>
0N/A <
packaging>pom</
packaging>
0N/A <
name>OpenDJ Directory Server</
name>
0N/A OpenDJ is a new LDAPv3 compliant directory service, developed for the Java
0N/A platform, providing a high performance, highly available and secure store
0N/A for the identities managed by enterprises.
0N/A <
system>jenkins</
system>
0N/A <
sendOnError>true</
sendOnError>
0N/A <
sendOnFailure>true</
sendOnFailure>
0N/A <
sendOnSuccess>false</
sendOnSuccess>
0N/A <
sendOnWarning>false</
sendOnWarning>
0N/A <
address>opendj-dev@forgerock.org</
address>
0N/A <
directory>build</
directory>
0N/A <
artifactId>maven-antrun-plugin</
artifactId>
0N/A <
version>1.6</
version>
0N/A <
phase>clean</
phase>
0N/A <
ant target="clean" />
0N/A <
phase>compile</
phase>
0N/A to split this up any more --> 0N/A <
ant target="precommit" />
0N/A <
artifactId>maven-assembly-plugin</
artifactId>
0N/A <
version>2.2</
version>
0N/A <
id>make-assembly</
id>
0N/A <
phase>package</
phase>
0N/A <
appendAssemblyId>false</
appendAssemblyId>