pom.xml revision 28a3ff3fa0d3b5e1c774217425cf609cc6339df7
25f72e2845c89a153ca9d3279d7feccbc912524ematthew ! CDDL HEADER START
25f72e2845c89a153ca9d3279d7feccbc912524ematthew ! The contents of this file are subject to the terms of the
25f72e2845c89a153ca9d3279d7feccbc912524ematthew ! Common Development and Distribution License, Version 1.0 only
25f72e2845c89a153ca9d3279d7feccbc912524ematthew ! (the "License"). You may not use this file except in compliance
25f72e2845c89a153ca9d3279d7feccbc912524ematthew ! with the License.
25f72e2845c89a153ca9d3279d7feccbc912524ematthew ! You can obtain a copy of the license at
25f72e2845c89a153ca9d3279d7feccbc912524ematthew ! See the License for the specific language governing permissions
25f72e2845c89a153ca9d3279d7feccbc912524ematthew ! and limitations under the License.
25f72e2845c89a153ca9d3279d7feccbc912524ematthew ! When distributing Covered Code, include this CDDL HEADER in each
25f72e2845c89a153ca9d3279d7feccbc912524ematthew ! file and include the License file at
25f72e2845c89a153ca9d3279d7feccbc912524ematthew ! trunk/opendj3/legal-notices/CDDLv1_0.txt. If applicable,
25f72e2845c89a153ca9d3279d7feccbc912524ematthew ! add the following below this CDDL HEADER, with the fields enclosed
25f72e2845c89a153ca9d3279d7feccbc912524ematthew ! by brackets "[]" replaced with your own identifying information:
25f72e2845c89a153ca9d3279d7feccbc912524ematthew ! Portions Copyright [yyyy] [name of copyright owner]
25f72e2845c89a153ca9d3279d7feccbc912524ematthew ! CDDL HEADER END
25f72e2845c89a153ca9d3279d7feccbc912524ematthew ! Copyright 2011 ForgeRock AS
25f72e2845c89a153ca9d3279d7feccbc912524ematthew<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25f72e2845c89a153ca9d3279d7feccbc912524ematthew xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <!-- This is Maven build file is just a hack in order to leverage
25f72e2845c89a153ca9d3279d7feccbc912524ematthew Maven's site generation capabilities. It duplicates version information,
25f72e2845c89a153ca9d3279d7feccbc912524ematthew and the Ant build is not split into phases: we just do it in one single
25f72e2845c89a153ca9d3279d7feccbc912524ematthew blast during the compile phase -->
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <description>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew OpenDJ is a new LDAPv3 compliant directory service, developed for the Java
25f72e2845c89a153ca9d3279d7feccbc912524ematthew platform, providing a high performance, highly available and secure store
25f72e2845c89a153ca9d3279d7feccbc912524ematthew for the identities managed by enterprises.
25f72e2845c89a153ca9d3279d7feccbc912524ematthew </description>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <url>https://svn.forgerock.org/opendj/trunk/opends/</url>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <connection>scm:svn:https://svn.forgerock.org/opendj/trunk/opends/</connection>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <developerConnection>scm:svn:https://svn.forgerock.org/opendj/trunk/opends/</developerConnection>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <ciManagement>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <url>http://builds.forgerock.org/job/OpenDJ%20-%20trunk%20-%20postcommit</url>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <notifiers>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew </notifier>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew </notifiers>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew </ciManagement>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <properties>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew </properties>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <executions>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <execution>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <configuration>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew </configuration>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew </execution>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <execution>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <configuration>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <!-- We need to significantly refactor build.xml in order
25f72e2845c89a153ca9d3279d7feccbc912524ematthew to split this up any more -->
25f72e2845c89a153ca9d3279d7feccbc912524ematthew </configuration>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew </execution>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew </executions>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <executions>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <execution>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <configuration>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <descriptors>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <descriptor>src/main/assembly/descriptor.xml</descriptor>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew </descriptors>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew </configuration>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew </execution>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew </executions>