pom.xml revision 7edeca432448c9eb6a7618b130fccc3eb04459ae
1a38107941725211e7c3f051f7a8f5e12199f03acmaeder<?xml version="1.0" encoding="UTF-8"?>
7a8401ce858002b67e8f4198fde45a1562696ccbChristian Maeder<!--
e9458b1a7a19a63aa4c179f9ab20f4d50681c168Jens Elkner ! CDDL HEADER START
e071fb22ea9923a2a4ff41184d80ca46b55ee932Till Mossakowski !
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski ! The contents of this file are subject to the terms of the
98890889ffb2e8f6f722b00e265a211f13b5a861Corneliu-Claudiu Prodescu ! Common Development and Distribution License, Version 1.0 only
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski ! (the "License"). You may not use this file except in compliance
2eeec5240b424984e3ee26296da1eeab6c6d739eChristian Maeder ! with the License.
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski !
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski ! You can obtain a copy of the license at
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski ! trunk/opendj3/legal-notices/CDDLv1_0.txt
f3a94a197960e548ecd6520bb768cb0d547457bbChristian Maeder ! or http://forgerock.org/license/CDDLv1.0.html.
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski ! See the License for the specific language governing permissions
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski ! and limitations under the License.
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski !
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski ! When distributing Covered Code, include this CDDL HEADER in each
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski ! file and include the License file at
1a38107941725211e7c3f051f7a8f5e12199f03acmaeder ! trunk/opendj3/legal-notices/CDDLv1_0.txt. If applicable,
1a38107941725211e7c3f051f7a8f5e12199f03acmaeder ! add the following below this CDDL HEADER, with the fields enclosed
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski ! by brackets "[]" replaced with your own identifying information:
da955132262baab309a50fdffe228c9efe68251dCui Jian ! Portions Copyright [yyyy] [name of copyright owner]
1a38107941725211e7c3f051f7a8f5e12199f03acmaeder !
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski ! CDDL HEADER END
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski !
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski ! Copyright 2011-2012 ForgeRock AS
90c174bac60a72ffd81bc3bf5ae2dd9a61943b8bChristian Maeder !
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski-->
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski
e953bea49e7f0e1a43bccf2a66c5e2a2b50848e0Christian Maeder <!-- This is Maven build file is just a hack in order to leverage
e953bea49e7f0e1a43bccf2a66c5e2a2b50848e0Christian Maeder Maven's site generation capabilities. It duplicates version information,
e953bea49e7f0e1a43bccf2a66c5e2a2b50848e0Christian Maeder and the Ant build is not split into phases: we just do it in one single
e953bea49e7f0e1a43bccf2a66c5e2a2b50848e0Christian Maeder blast during the compile phase -->
1a38107941725211e7c3f051f7a8f5e12199f03acmaeder
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski <modelVersion>4.0.0</modelVersion>
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski <parent>
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroeder <groupId>org.forgerock.opendj</groupId>
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski <artifactId>opendj-project</artifactId>
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski <version>3.0.0-SNAPSHOT</version>
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski </parent>
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroeder <artifactId>opendj-server</artifactId>
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski <version>2.5.0-SNAPSHOT</version>
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski <packaging>pom</packaging>
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski <name>OpenDJ Directory Server</name>
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski <description>
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroeder 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>
<inceptionYear>2006</inceptionYear>
<scm>
<url>https://svn.forgerock.org/opendj/trunk/opends/</url>
<connection>scm:svn:https://svn.forgerock.org/opendj/trunk/opends/</connection>
<developerConnection>scm:svn:https://svn.forgerock.org/opendj/trunk/opends/</developerConnection>
<tag>HEAD</tag>
</scm>
<ciManagement>
<system>jenkins</system>
<url>http://builds.forgerock.org/job/OpenDJ%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>
<properties>
<ant.home>ext/ant</ant.home>
<BUILD_NUMBER>0</BUILD_NUMBER>
</properties>
<build>
<directory>build</directory>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>clean</id>
<phase>clean</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<ant target="clean" />
</target>
</configuration>
</execution>
<execution>
<id>compile</id>
<phase>compile</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<!-- We need to significantly refactor build.xml in order
to split this up any more -->
<ant target="precommit" />
</target>
</configuration>
</execution>
<execution>
<id>generate-docs</id>
<phase>pre-site</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<ant target="javadoc" />
<ant target="configguide" />
</target>
</configuration>
</execution>
<execution>
<id>cp-generated-docs</id>
<phase>site</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<copy todir="build/site/configref">
<fileset dir="build/docgen/configuration_guide/" />
</copy>
<copy todir="build/site/javadoc">
<fileset dir="build/javadoc/" />
</copy>
</target>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<id>parse-version</id>
<goals>
<goal>parse-version</goal>
</goals>
</execution>
<execution>
<id>attach-artifacts</id>
<phase>package</phase>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<artifacts>
<artifact>
<file>build/package/OpenDJ-${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.zip</file>
<type>zip</type>
</artifact>
<artifact>
<file>build/package/OpenDJ-${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}/lib/OpenDJ.jar</file>
<type>jar</type>
</artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>tests-only</id>
<build>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>compile</id>
<phase>compile</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<!-- We need to significantly refactor build.xml in order
to split this up any more -->
<ant target="test" />
</target>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>