pom.xml revision 210bf50377a374f27b4cbe2cb895d76fbd0e3446
1570N/A<?xml version="1.0" encoding="UTF-8"?>
1570N/A<!--
1570N/A ! CDDL HEADER START
1570N/A !
1630N/A ! The contents of this file are subject to the terms of the
1570N/A ! Common Development and Distribution License, Version 1.0 only
1570N/A ! (the "License"). You may not use this file except in compliance
1570N/A ! with the License.
1570N/A !
1570N/A ! You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
1570N/A ! or http://forgerock.org/license/CDDLv1.0.html.
1570N/A ! See the License for the specific language governing permissions
1570N/A ! and limitations under the License.
1570N/A !
1570N/A ! When distributing Covered Code, include this CDDL HEADER in each
1570N/A ! file and include the License file at legal-notices/CDDLv1_0.txt.
1570N/A ! If applicable, add the following below this CDDL HEADER, with the
1570N/A ! fields enclosed by brackets "[]" replaced with your own identifying
1570N/A ! information:
1570N/A ! Portions Copyright [yyyy] [name of copyright owner]
1570N/A !
1570N/A ! CDDL HEADER END
1570N/A !
1570N/A ! Copyright 2011-2015 ForgeRock AS.
1570N/A !
1570N/A-->
1570N/A<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1570N/A <modelVersion>4.0.0</modelVersion>
1570N/A
1570N/A <parent>
1570N/A <groupId>org.forgerock.opendj</groupId>
1570N/A <artifactId>opendj-sdk-parent</artifactId>
1570N/A <version>3.0.0-M5</version>
1570N/A </parent>
1570N/A
1570N/A <groupId>org.forgerock.opendj</groupId>
1570N/A <artifactId>opendj-server-parent</artifactId>
1570N/A <version>3.0.0-M5</version>
1570N/A
1570N/A <packaging>pom</packaging>
1570N/A
1570N/A <name>OpenDJ Directory Services Project</name>
1570N/A <description>
1570N/A OpenDJ is a new LDAPv3 compliant directory service, developed for the Java
1570N/A platform, providing a high performance, highly available and secure store
1570N/A for the identities managed by enterprises.
1570N/A </description>
1570N/A <inceptionYear>2011</inceptionYear>
1570N/A <url>http://opendj.forgerock.org</url>
1570N/A
1570N/A <issueManagement>
1570N/A <system>Jira</system>
1570N/A <url>https://bugster.forgerock.org/jira/browse/OPENDJ</url>
1570N/A </issueManagement>
1570N/A
1570N/A <scm>
1570N/A <url>https://stash.forgerock.org/projects/OPENDJ/repos/opendj/browse</url>
1570N/A <connection>scm:git:ssh://git@stash.forgerock.org:7999/opendj/opendj.git</connection>
1570N/A <developerConnection>scm:git:ssh://git@stash.forgerock.org:7999/opendj/opendj.git</developerConnection>
1570N/A <tag>3.0.0-M5</tag>
1570N/A </scm>
1570N/A
1570N/A <ciManagement>
1570N/A <system>jenkins</system>
1570N/A <url>https://ci.forgerock.org/view/OpenDJ/job/OpenDJ%20-%20postcommit</url>
1630N/A <notifiers>
1630N/A <notifier>
1630N/A <type>mail</type>
1570N/A <sendOnError>true</sendOnError>
1570N/A <sendOnFailure>true</sendOnFailure>
1570N/A <sendOnSuccess>false</sendOnSuccess>
1570N/A <sendOnWarning>false</sendOnWarning>
1570N/A <address>opendj-dev@forgerock.org</address>
1570N/A </notifier>
1570N/A </notifiers>
1570N/A </ciManagement>
1570N/A
1570N/A <repositories>
1570N/A <repository>
1570N/A <id>forgerock-staging-repository</id>
1570N/A <name>ForgeRock Release Repository</name>
1570N/A <url>http://maven.forgerock.org/repo/releases</url>
1570N/A <snapshots>
1570N/A <enabled>false</enabled>
1570N/A </snapshots>
</repository>
<repository>
<id>forgerock-snapshots-repository</id>
<name>ForgeRock Snapshot Repository</name>
<url>http://maven.forgerock.org/repo/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>jvnet-nexus-snapshots</id>
<url>https://maven.java.net/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.forgerock.opendj</groupId>
<artifactId>opendj-core</artifactId>
<version>${opendj.core.test.jar.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.forgerock.opendj</groupId>
<artifactId>opendj-config</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.opendj</groupId>
<artifactId>opendj-legacy</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.opendj</groupId>
<artifactId>opendj-server</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<modules>
<module>opendj-maven-plugin</module>
<module>opendj-config</module>
<module>opendj-rest2ldap-servlet</module>
<module>opendj-server</module>
<module>opendj-server-example-plugin</module>
<module>opendj-legacy</module>
<module>opendj-server-legacy</module>
<module>opendj-dsml-servlet</module>
</modules>
<properties>
<product.name>OpenDJ</product.name>
<opendj.core.test.jar.version>3.0.0-M5</opendj.core.test.jar.version>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.forgerock.opendj</groupId>
<artifactId>opendj-maven-plugin</artifactId>
<version>${project.version}</version>
</plugin>
<!--
| This plugin's configuration is used to store Eclipse m2e settings only.
| It has no influence on the Maven build itself.
-->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.forgerock.opendj</groupId>
<artifactId>opendj-maven-plugin</artifactId>
<versionRange>[1.0.0,)</versionRange>
<goals>
<goal>generate-config</goal>
</goals>
</pluginExecutionFilter>
<action>
<execute>
<!-- <runOnIncremental>true</runOnIncremental> -->
<runOnConfiguration>true</runOnConfiguration>
</execute>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>