<?xml version="1.0" encoding="UTF-8"?>
|
<!--
|
! CDDL HEADER START
|
!
|
! The contents of this file are subject to the terms of the
|
! Common Development and Distribution License, Version 1.0 only
|
! (the "License"). You may not use this file except in compliance
|
! with the License.
|
!
|
! You can obtain a copy of the license at
|
! trunk/opends/resource/legal-notices/CDDLv1_0.txt
|
! or http://forgerock.org/license/CDDLv1.0.html.
|
! See the License for the specific language governing permissions
|
! and limitations under the License.
|
!
|
! When distributing Covered Code, include this CDDL HEADER in each
|
! file and include the License file at
|
! trunk/opends/resource/legal-notices/CDDLv1_0.txt. If applicable,
|
! add the following below this CDDL HEADER, with the fields enclosed
|
! by brackets "[]" replaced with your own identifying information:
|
! Portions Copyright [yyyy] [name of copyright owner]
|
!
|
! CDDL HEADER END
|
!
|
! Copyright 2011 ForgeRock AS
|
!
|
-->
|
<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">
|
<modelVersion>4.0.0</modelVersion>
|
<parent>
|
<groupId>org.forgerock</groupId>
|
<artifactId>forgerock-parent</artifactId>
|
<version>1.0.0-SNAPSHOT</version>
|
</parent>
|
<groupId>org.opendj</groupId>
|
<artifactId>opendj-project</artifactId>
|
<version>3.0.0-SNAPSHOT</version>
|
<packaging>pom</packaging>
|
<name>OpenDJ Project</name>
|
<description>
|
OpenDJ is a new LDAPv3 compliant directory service, developed for the Java
|
platform, providing a high performance, highly available and secure store
|
for the identities managed by enterprises.
|
</description>
|
<url>http://www.opendj.org/</url>
|
<issueManagement>
|
<system>Jira</system>
|
<url>https://bugster.forgerock.org/jira/browse/OPENDJ</url>
|
</issueManagement>
|
<mailingLists>
|
<mailingList>
|
<name>OpenDJ Users Mailing List</name>
|
<archive>http://lists.forgerock.org/pipermail/opendj/</archive>
|
<post>opendj@forgerock.org</post>
|
</mailingList>
|
<mailingList>
|
<name>OpenDJ Developers Mailing List</name>
|
<archive>http://lists.forgerock.org/pipermail/opendj-dev/</archive>
|
<post>opendj-dev@forgerock.org</post>
|
</mailingList>
|
</mailingLists>
|
<scm>
|
<url>https://svn.forgerock.org/opendj/trunk/opendj3/</url>
|
<connection>scm:svn:https://svn.forgerock.org/opendj/trunk/opendj3/</connection>
|
<developerConnection>scm:svn:https://svn.forgerock.org/opendj/trunk/opendj3/</developerConnection>
|
<tag>HEAD</tag>
|
</scm>
|
<ciManagement>
|
<system>hudson</system>
|
<url>http://builds.forgerock.org/job/OpenDJ3%20-%20trunk%20-%20postcommit/</url>
|
<notifiers>
|
<notifier>
|
<type>mail</type>
|
<sendOnError>true</sendOnError>
|
<sendOnFailure>true</sendOnFailure>
|
<sendOnSuccess>false</sendOnSuccess>
|
<sendOnWarning>false</sendOnWarning>
|
<address>opendj-dev@forgerock.org</address>
|
</notifier>
|
</notifiers>
|
</ciManagement>
|
<modules>
|
<module>opendj-maven-checkstyle</module>
|
<module>opendj-maven-testng</module>
|
<module>opendj-sdk</module>
|
<module>opendj-client-tools</module>
|
<module>opendj-docs</module>
|
</modules>
|
<build>
|
<pluginManagement>
|
<plugins>
|
<plugin>
|
<inherited>true</inherited>
|
<groupId>org.apache.maven.plugins</groupId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
<configuration>
|
<source>1.6</source>
|
<target>1.6</target>
|
</configuration>
|
</plugin>
|
<plugin>
|
<groupId>org.apache.maven.plugins</groupId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
<configuration>
|
<properties>
|
<property>
|
<name>useDefaultListeners</name>
|
<value>false</value>
|
</property>
|
<property>
|
<name>listener</name>
|
<value>org.opendj.maven.testng.OpenDJTestListener</value>
|
</property>
|
</properties>
|
</configuration>
|
</plugin>
|
<plugin>
|
<groupId>org.apache.maven.plugins</groupId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
<configuration>
|
<show>protected</show>
|
<quiet>true</quiet>
|
<excludePackageNames>com.*</excludePackageNames>
|
</configuration>
|
<executions>
|
<execution>
|
<goals>
|
<goal>jar</goal>
|
</goals>
|
</execution>
|
</executions>
|
</plugin>
|
<plugin>
|
<groupId>org.apache.maven.plugins</groupId>
|
<artifactId>maven-source-plugin</artifactId>
|
<executions>
|
<execution>
|
<goals>
|
<goal>jar</goal>
|
</goals>
|
</execution>
|
</executions>
|
</plugin>
|
<plugin>
|
<groupId>org.apache.maven.plugins</groupId>
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
<dependencies>
|
<dependency>
|
<groupId>org.opendj</groupId>
|
<artifactId>opendj-maven-checkstyle</artifactId>
|
<version>${project.version}</version>
|
</dependency>
|
</dependencies>
|
<executions>
|
<execution>
|
<id>process-classes</id>
|
<configuration>
|
<configLocation>org/opendj/maven/checkstyle/check-src.xml</configLocation>
|
<headerLocation>org/opendj/maven/checkstyle/opendj.sourceheader</headerLocation>
|
<consoleOutput>true</consoleOutput>
|
<failsOnError>true</failsOnError>
|
<linkXRef>false</linkXRef>
|
</configuration>
|
<phase>process-classes</phase>
|
<goals>
|
<goal>checkstyle</goal>
|
</goals>
|
</execution>
|
<execution>
|
<id>process-test-classes</id>
|
<configuration>
|
<sourceDirectory>${project.build.testSourceDirectory}</sourceDirectory>
|
<configLocation>org/opendj/maven/checkstyle/check-unit-tests.xml</configLocation>
|
<headerLocation>org/opendj/maven/checkstyle/opendj.sourceheader</headerLocation>
|
<consoleOutput>true</consoleOutput>
|
<failsOnError>true</failsOnError>
|
<linkXRef>false</linkXRef>
|
</configuration>
|
<phase>process-test-classes</phase>
|
<goals>
|
<goal>checkstyle</goal>
|
</goals>
|
</execution>
|
</executions>
|
</plugin>
|
<plugin>
|
<groupId>org.apache.maven.plugins</groupId>
|
<artifactId>maven-site-plugin</artifactId>
|
<configuration>
|
<locales>en,fr</locales>
|
</configuration>
|
</plugin>
|
</plugins>
|
</pluginManagement>
|
</build>
|
<repositories>
|
<repository>
|
<id>forgerock-staging-repository</id>
|
<name>ForgeRock Release Repository</name>
|
<url>http://maven.forgerock.org/repo/releases</url>
|
<snapshots>
|
<enabled>false</enabled>
|
</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>glassfish-repository</id>
|
<name>GlassFish Repository</name>
|
<url>http://download.java.net/maven/glassfish</url>
|
</repository>
|
</repositories>
|
<dependencies>
|
<dependency>
|
<groupId>org.easytesting</groupId>
|
<artifactId>fest-assert</artifactId>
|
<version>1.4</version>
|
<scope>test</scope>
|
</dependency>
|
<dependency>
|
<groupId>org.mockito</groupId>
|
<artifactId>mockito-all</artifactId>
|
<version>1.8.5</version>
|
<scope>test</scope>
|
</dependency>
|
<dependency>
|
<groupId>org.testng</groupId>
|
<artifactId>testng</artifactId>
|
<version>6.0.1</version>
|
<scope>test</scope>
|
</dependency>
|
</dependencies>
|
<distributionManagement>
|
<site>
|
<id>opendj.forgerock.org</id>
|
<name>OpenDJ Community</name>
|
<url>scp://opendj.forgerock.org/var/www/vhosts/opendj.forgerock.org/httpdocs</url>
|
</site>
|
</distributionManagement>
|
</project>
|