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