pom.xml revision b01d258c572743c78c89899e0a49199bac91a7df
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
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette ! Copyright 2011-2013 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>
8890d0c686adc8442c156956735470bf289ba2d8mark <repositories>
8890d0c686adc8442c156956735470bf289ba2d8mark <repository>
8890d0c686adc8442c156956735470bf289ba2d8mark <snapshots>
8890d0c686adc8442c156956735470bf289ba2d8mark </snapshots>
8890d0c686adc8442c156956735470bf289ba2d8mark </repository>
8890d0c686adc8442c156956735470bf289ba2d8mark <repository>
8890d0c686adc8442c156956735470bf289ba2d8mark <releases>
8890d0c686adc8442c156956735470bf289ba2d8mark </releases>
8890d0c686adc8442c156956735470bf289ba2d8mark </repository>
8890d0c686adc8442c156956735470bf289ba2d8mark </repositories>
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>
8890d0c686adc8442c156956735470bf289ba2d8mark <execution>
8890d0c686adc8442c156956735470bf289ba2d8mark <configuration>
8890d0c686adc8442c156956735470bf289ba2d8mark </configuration>
8890d0c686adc8442c156956735470bf289ba2d8mark </execution>
c474d6853192b277a73b133d56970bbf118d3fe3mark <execution>
c474d6853192b277a73b133d56970bbf118d3fe3mark <configuration>
c474d6853192b277a73b133d56970bbf118d3fe3mark </configuration>
c474d6853192b277a73b133d56970bbf118d3fe3mark </execution>
c474d6853192b277a73b133d56970bbf118d3fe3mark <execution>
c474d6853192b277a73b133d56970bbf118d3fe3mark <configuration>
c474d6853192b277a73b133d56970bbf118d3fe3mark </configuration>
c474d6853192b277a73b133d56970bbf118d3fe3mark </execution>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew </executions>
5ffeac9af157b599c7fb34a23d6c50161fbd6a6cmatthew <executions>
5ffeac9af157b599c7fb34a23d6c50161fbd6a6cmatthew <execution>
5ffeac9af157b599c7fb34a23d6c50161fbd6a6cmatthew </execution>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <execution>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew <configuration>
5ffeac9af157b599c7fb34a23d6c50161fbd6a6cmatthew <artifacts>
5ffeac9af157b599c7fb34a23d6c50161fbd6a6cmatthew <file>build/package/OpenDJ-${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.zip</file>
5ffeac9af157b599c7fb34a23d6c50161fbd6a6cmatthew </artifact>
b71b897e701bebae34ed137919077cd8374232eamatthew <file>build/package/OpenDJ-${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}-DSML.war</file>
b71b897e701bebae34ed137919077cd8374232eamatthew </artifact>
5ffeac9af157b599c7fb34a23d6c50161fbd6a6cmatthew <file>build/package/OpenDJ-${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}/lib/OpenDJ.jar</file>
5ffeac9af157b599c7fb34a23d6c50161fbd6a6cmatthew </artifact>
5ffeac9af157b599c7fb34a23d6c50161fbd6a6cmatthew </artifacts>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew </configuration>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew </execution>
25f72e2845c89a153ca9d3279d7feccbc912524ematthew </executions>
803d79f1f1fd8c2134e01ac1383686389e267f3ematthew <configuration>
803d79f1f1fd8c2134e01ac1383686389e267f3ematthew <!-- Required for release:perform: the parent pom specifies a value
803d79f1f1fd8c2134e01ac1383686389e267f3ematthew for "arguments" in the plugin configuration. This prevents
803d79f1f1fd8c2134e01ac1383686389e267f3ematthew command line setting of the option. -->
803d79f1f1fd8c2134e01ac1383686389e267f3ematthew <arguments>-Penforce -Dopendmk.lib.dir=${opendmk.lib.dir}</arguments>
803d79f1f1fd8c2134e01ac1383686389e267f3ematthew </configuration>
503c353d31964b01e67395d3b1207f3e408dd774matthew <executions>
503c353d31964b01e67395d3b1207f3e408dd774matthew <execution>
503c353d31964b01e67395d3b1207f3e408dd774matthew <configuration>
503c353d31964b01e67395d3b1207f3e408dd774matthew <!-- We need to significantly refactor build.xml in order
503c353d31964b01e67395d3b1207f3e408dd774matthew to split this up any more -->
503c353d31964b01e67395d3b1207f3e408dd774matthew </configuration>
503c353d31964b01e67395d3b1207f3e408dd774matthew </execution>
503c353d31964b01e67395d3b1207f3e408dd774matthew </executions>
503c353d31964b01e67395d3b1207f3e408dd774matthew </profiles>
8890d0c686adc8442c156956735470bf289ba2d8mark </modules>