pom.xml revision ad712ba2cfdd32596e0675e60c9f27ace166f0fc
6ae232055d4d8a97267517c5e50074c2c819941and<?xml version="1.0" encoding="UTF-8"?>
6ae232055d4d8a97267517c5e50074c2c819941and<!--
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd ! CDDL HEADER START
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd !
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd ! The contents of this file are subject to the terms of the
6ae232055d4d8a97267517c5e50074c2c819941and ! Common Development and Distribution License, Version 1.0 only
6ae232055d4d8a97267517c5e50074c2c819941and ! (the "License"). You may not use this file except in compliance
6ae232055d4d8a97267517c5e50074c2c819941and ! with the License.
6ae232055d4d8a97267517c5e50074c2c819941and !
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc ! You can obtain a copy of the license at
6ae232055d4d8a97267517c5e50074c2c819941and ! trunk/opendj3/legal-notices/CDDLv1_0.txt
6ae232055d4d8a97267517c5e50074c2c819941and ! or http://forgerock.org/license/CDDLv1.0.html.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen ! See the License for the specific language governing permissions
2e545ce2450a9953665f701bb05350f0d3f26275nd ! and limitations under the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen !
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen ! When distributing Covered Code, include this CDDL HEADER in each
6ae232055d4d8a97267517c5e50074c2c819941and ! file and include the License file at
6ae232055d4d8a97267517c5e50074c2c819941and ! trunk/opendj3/legal-notices/CDDLv1_0.txt. If applicable,
6ae232055d4d8a97267517c5e50074c2c819941and ! add the following below this CDDL HEADER, with the fields enclosed
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen ! by brackets "[]" replaced with your own identifying information:
3f08db06526d6901aa08c110b5bc7dde6bc39905nd ! Portions Copyright [yyyy] [name of copyright owner]
6ae232055d4d8a97267517c5e50074c2c819941and !
6ae232055d4d8a97267517c5e50074c2c819941and ! CDDL HEADER END
6ae232055d4d8a97267517c5e50074c2c819941and !
b43f840409794ed298e8634f6284741f193b6c4ftakashi ! Copyright 2011 ForgeRock AS
6ae232055d4d8a97267517c5e50074c2c819941and !
6ae232055d4d8a97267517c5e50074c2c819941and-->
6ae232055d4d8a97267517c5e50074c2c819941and<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
b43f840409794ed298e8634f6284741f193b6c4ftakashi xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung
6ae232055d4d8a97267517c5e50074c2c819941and <!-- This is Maven build file is just a hack in order to leverage
b43f840409794ed298e8634f6284741f193b6c4ftakashi Maven's site generation capabilities. It duplicates version information,
b43f840409794ed298e8634f6284741f193b6c4ftakashi and the Ant build is not split into phases: we just do it in one single
b43f840409794ed298e8634f6284741f193b6c4ftakashi blast during the compile phase -->
b43f840409794ed298e8634f6284741f193b6c4ftakashi
6ae232055d4d8a97267517c5e50074c2c819941and <modelVersion>4.0.0</modelVersion>
6ae232055d4d8a97267517c5e50074c2c819941and <parent>
6ae232055d4d8a97267517c5e50074c2c819941and <groupId>org.forgerock.opendj</groupId>
e5ce3ac0e9b720c0fa23782e29168a0810697fdetakashi <artifactId>opendj-project</artifactId>
6ae232055d4d8a97267517c5e50074c2c819941and <version>3.0.0-SNAPSHOT</version>
6ae232055d4d8a97267517c5e50074c2c819941and </parent>
6ae232055d4d8a97267517c5e50074c2c819941and <artifactId>opendj-server</artifactId>
6ae232055d4d8a97267517c5e50074c2c819941and <version>2.5.0-SNAPSHOT</version>
6ae232055d4d8a97267517c5e50074c2c819941and <packaging>pom</packaging>
6ae232055d4d8a97267517c5e50074c2c819941and <name>OpenDJ Directory Server</name>
6ae232055d4d8a97267517c5e50074c2c819941and <description>
6ae232055d4d8a97267517c5e50074c2c819941and OpenDJ is a new LDAPv3 compliant directory service, developed for the Java
6ae232055d4d8a97267517c5e50074c2c819941and platform, providing a high performance, highly available and secure store
6ae232055d4d8a97267517c5e50074c2c819941and for the identities managed by enterprises.
6ae232055d4d8a97267517c5e50074c2c819941and </description>
6ae232055d4d8a97267517c5e50074c2c819941and <scm>
6ae232055d4d8a97267517c5e50074c2c819941and <url>https://svn.forgerock.org/opendj/trunk/opends/</url>
6ae232055d4d8a97267517c5e50074c2c819941and <connection>scm:svn:https://svn.forgerock.org/opendj/trunk/opends/</connection>
6ae232055d4d8a97267517c5e50074c2c819941and <developerConnection>scm:svn:https://svn.forgerock.org/opendj/trunk/opends/</developerConnection>
6ae232055d4d8a97267517c5e50074c2c819941and <tag>HEAD</tag>
6ae232055d4d8a97267517c5e50074c2c819941and </scm>
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar <ciManagement>
6ae232055d4d8a97267517c5e50074c2c819941and <system>jenkins</system>
6ae232055d4d8a97267517c5e50074c2c819941and <url>http://builds.forgerock.org/job/OpenDJ%20-%20trunk%20-%20postcommit</url>
6ae232055d4d8a97267517c5e50074c2c819941and <notifiers>
6ae232055d4d8a97267517c5e50074c2c819941and <notifier>
6ae232055d4d8a97267517c5e50074c2c819941and <type>mail</type>
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar <sendOnError>true</sendOnError>
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar <sendOnFailure>true</sendOnFailure>
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar <sendOnSuccess>false</sendOnSuccess>
6ae232055d4d8a97267517c5e50074c2c819941and <sendOnWarning>false</sendOnWarning>
6ae232055d4d8a97267517c5e50074c2c819941and <address>opendj-dev@forgerock.org</address>
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh </notifier>
6ae232055d4d8a97267517c5e50074c2c819941and </notifiers>
6ae232055d4d8a97267517c5e50074c2c819941and </ciManagement>
6ae232055d4d8a97267517c5e50074c2c819941and <properties>
6ae232055d4d8a97267517c5e50074c2c819941and <ant.home>ext/ant</ant.home>
6ae232055d4d8a97267517c5e50074c2c819941and <BUILD_NUMBER>0</BUILD_NUMBER>
6ae232055d4d8a97267517c5e50074c2c819941and </properties>
6ae232055d4d8a97267517c5e50074c2c819941and <build>
6ae232055d4d8a97267517c5e50074c2c819941and <directory>build</directory>
6ae232055d4d8a97267517c5e50074c2c819941and <plugins>
6ae232055d4d8a97267517c5e50074c2c819941and <plugin>
6ae232055d4d8a97267517c5e50074c2c819941and <artifactId>maven-antrun-plugin</artifactId>
6ae232055d4d8a97267517c5e50074c2c819941and <executions>
6ae232055d4d8a97267517c5e50074c2c819941and <execution>
6ae232055d4d8a97267517c5e50074c2c819941and <id>clean</id>
6ae232055d4d8a97267517c5e50074c2c819941and <phase>clean</phase>
6ae232055d4d8a97267517c5e50074c2c819941and <goals>
6ae232055d4d8a97267517c5e50074c2c819941and <goal>run</goal>
6ae232055d4d8a97267517c5e50074c2c819941and </goals>
6ae232055d4d8a97267517c5e50074c2c819941and <configuration>
6ae232055d4d8a97267517c5e50074c2c819941and <target>
6ae232055d4d8a97267517c5e50074c2c819941and <ant target="clean" />
6ae232055d4d8a97267517c5e50074c2c819941and </target>
6ae232055d4d8a97267517c5e50074c2c819941and </configuration>
6ae232055d4d8a97267517c5e50074c2c819941and </execution>
6ae232055d4d8a97267517c5e50074c2c819941and <execution>
6ae232055d4d8a97267517c5e50074c2c819941and <id>compile</id>
6ae232055d4d8a97267517c5e50074c2c819941and <phase>compile</phase>
6ae232055d4d8a97267517c5e50074c2c819941and <goals>
6ae232055d4d8a97267517c5e50074c2c819941and <goal>run</goal>
6ae232055d4d8a97267517c5e50074c2c819941and </goals>
6ae232055d4d8a97267517c5e50074c2c819941and <configuration>
6ae232055d4d8a97267517c5e50074c2c819941and <target>
6ae232055d4d8a97267517c5e50074c2c819941and <!-- We need to significantly refactor build.xml in order
6ae232055d4d8a97267517c5e50074c2c819941and to split this up any more -->
6ae232055d4d8a97267517c5e50074c2c819941and <ant target="package" />
6ae232055d4d8a97267517c5e50074c2c819941and </target>
6ae232055d4d8a97267517c5e50074c2c819941and </configuration>
6ae232055d4d8a97267517c5e50074c2c819941and </execution>
6ae232055d4d8a97267517c5e50074c2c819941and <execution>
6ae232055d4d8a97267517c5e50074c2c819941and <id>generate-docs</id>
6ae232055d4d8a97267517c5e50074c2c819941and <phase>pre-site</phase>
6ae232055d4d8a97267517c5e50074c2c819941and <goals>
6ae232055d4d8a97267517c5e50074c2c819941and <goal>run</goal>
6ae232055d4d8a97267517c5e50074c2c819941and </goals>
6ae232055d4d8a97267517c5e50074c2c819941and <configuration>
6ae232055d4d8a97267517c5e50074c2c819941and <target>
6ae232055d4d8a97267517c5e50074c2c819941and <ant target="javadoc" />
6ae232055d4d8a97267517c5e50074c2c819941and <ant target="configguide" />
6ae232055d4d8a97267517c5e50074c2c819941and </target>
6ae232055d4d8a97267517c5e50074c2c819941and </configuration>
6ae232055d4d8a97267517c5e50074c2c819941and </execution>
6ae232055d4d8a97267517c5e50074c2c819941and <execution>
6ae232055d4d8a97267517c5e50074c2c819941and <id>cp-generated-docs</id>
6ae232055d4d8a97267517c5e50074c2c819941and <phase>site</phase>
6ae232055d4d8a97267517c5e50074c2c819941and <goals>
6ae232055d4d8a97267517c5e50074c2c819941and <goal>run</goal>
6ae232055d4d8a97267517c5e50074c2c819941and </goals>
6ae232055d4d8a97267517c5e50074c2c819941and <configuration>
6ae232055d4d8a97267517c5e50074c2c819941and <target>
6ae232055d4d8a97267517c5e50074c2c819941and <copy todir="build/site/configref">
6ae232055d4d8a97267517c5e50074c2c819941and <fileset dir="build/docgen/configuration_guide/" />
6ae232055d4d8a97267517c5e50074c2c819941and </copy>
6ae232055d4d8a97267517c5e50074c2c819941and <copy todir="build/site/javadoc">
6ae232055d4d8a97267517c5e50074c2c819941and <fileset dir="build/javadoc/" />
6ae232055d4d8a97267517c5e50074c2c819941and </copy>
6ae232055d4d8a97267517c5e50074c2c819941and </target>
6ae232055d4d8a97267517c5e50074c2c819941and </configuration>
6ae232055d4d8a97267517c5e50074c2c819941and </execution>
6ae232055d4d8a97267517c5e50074c2c819941and </executions>
6ae232055d4d8a97267517c5e50074c2c819941and </plugin>
6ae232055d4d8a97267517c5e50074c2c819941and <plugin>
6ae232055d4d8a97267517c5e50074c2c819941and <groupId>org.codehaus.mojo</groupId>
6ae232055d4d8a97267517c5e50074c2c819941and <artifactId>build-helper-maven-plugin</artifactId>
6ae232055d4d8a97267517c5e50074c2c819941and <version>1.7</version>
6ae232055d4d8a97267517c5e50074c2c819941and <executions>
6ae232055d4d8a97267517c5e50074c2c819941and <execution>
6ae232055d4d8a97267517c5e50074c2c819941and <id>parse-version</id>
6ae232055d4d8a97267517c5e50074c2c819941and <goals>
6ae232055d4d8a97267517c5e50074c2c819941and <goal>parse-version</goal>
6ae232055d4d8a97267517c5e50074c2c819941and </goals>
6ae232055d4d8a97267517c5e50074c2c819941and </execution>
6ae232055d4d8a97267517c5e50074c2c819941and <execution>
6ae232055d4d8a97267517c5e50074c2c819941and <id>attach-artifacts</id>
6ae232055d4d8a97267517c5e50074c2c819941and <phase>package</phase>
6ae232055d4d8a97267517c5e50074c2c819941and <goals>
6ae232055d4d8a97267517c5e50074c2c819941and <goal>attach-artifact</goal>
6ae232055d4d8a97267517c5e50074c2c819941and </goals>
6ae232055d4d8a97267517c5e50074c2c819941and <configuration>
6ae232055d4d8a97267517c5e50074c2c819941and <artifacts>
6ae232055d4d8a97267517c5e50074c2c819941and <artifact>
6ae232055d4d8a97267517c5e50074c2c819941and <file>build/package/OpenDJ-${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.zip</file>
6ae232055d4d8a97267517c5e50074c2c819941and <type>zip</type>
6ae232055d4d8a97267517c5e50074c2c819941and </artifact>
6ae232055d4d8a97267517c5e50074c2c819941and <artifact>
6ae232055d4d8a97267517c5e50074c2c819941and <file>build/package/OpenDJ-${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}/lib/OpenDJ.jar</file>
6ae232055d4d8a97267517c5e50074c2c819941and <type>jar</type>
6ae232055d4d8a97267517c5e50074c2c819941and </artifact>
6ae232055d4d8a97267517c5e50074c2c819941and </artifacts>
6ae232055d4d8a97267517c5e50074c2c819941and </configuration>
6ae232055d4d8a97267517c5e50074c2c819941and </execution>
6ae232055d4d8a97267517c5e50074c2c819941and </executions>
6ae232055d4d8a97267517c5e50074c2c819941and </plugin>
6ae232055d4d8a97267517c5e50074c2c819941and </plugins>
6ae232055d4d8a97267517c5e50074c2c819941and </build>
6ae232055d4d8a97267517c5e50074c2c819941and</project>
6ae232055d4d8a97267517c5e50074c2c819941and