pom.xml revision 5454
1b5b696aa3bc2a6747a4eeac777f850788482c98Dominik Luecke<?xml version="1.0" encoding="UTF-8"?>
e9458b1a7a19a63aa4c179f9ab20f4d50681c168Jens Elkner<!--
9eb6a481980d81a55898ba418fba72fc3c09d8c8Dominik Luecke ! CDDL HEADER START
1b5b696aa3bc2a6747a4eeac777f850788482c98Dominik Luecke !
98890889ffb2e8f6f722b00e265a211f13b5a861Corneliu-Claudiu Prodescu ! The contents of this file are subject to the terms of the
1b5b696aa3bc2a6747a4eeac777f850788482c98Dominik Luecke ! Common Development and Distribution License, Version 1.0 only
2eeec5240b424984e3ee26296da1eeab6c6d739eChristian Maeder ! (the "License"). You may not use this file except in compliance
1b5b696aa3bc2a6747a4eeac777f850788482c98Dominik Luecke ! with the License.
1b5b696aa3bc2a6747a4eeac777f850788482c98Dominik Luecke !
1b5b696aa3bc2a6747a4eeac777f850788482c98Dominik Luecke ! You can obtain a copy of the license at
1b5b696aa3bc2a6747a4eeac777f850788482c98Dominik Luecke ! trunk/opendj3/legal-notices/CDDLv1_0.txt
1b5b696aa3bc2a6747a4eeac777f850788482c98Dominik Luecke ! or http://forgerock.org/license/CDDLv1.0.html.
1b5b696aa3bc2a6747a4eeac777f850788482c98Dominik Luecke ! See the License for the specific language governing permissions
1b5b696aa3bc2a6747a4eeac777f850788482c98Dominik Luecke ! and limitations under the License.
1b5b696aa3bc2a6747a4eeac777f850788482c98Dominik Luecke !
1b5b696aa3bc2a6747a4eeac777f850788482c98Dominik Luecke ! When distributing Covered Code, include this CDDL HEADER in each
1b5b696aa3bc2a6747a4eeac777f850788482c98Dominik Luecke ! file and include the License file at
1b5b696aa3bc2a6747a4eeac777f850788482c98Dominik Luecke ! trunk/opendj3/legal-notices/CDDLv1_0.txt. If applicable,
1b5b696aa3bc2a6747a4eeac777f850788482c98Dominik Luecke ! add the following below this CDDL HEADER, with the fields enclosed
1b5b696aa3bc2a6747a4eeac777f850788482c98Dominik Luecke ! by brackets "[]" replaced with your own identifying information:
926b3c5491f1c608f5b79e2d8014d7a1385558c3Dominik Luecke ! Portions Copyright [yyyy] [name of copyright owner]
1b5b696aa3bc2a6747a4eeac777f850788482c98Dominik Luecke !
1b5b696aa3bc2a6747a4eeac777f850788482c98Dominik Luecke ! CDDL HEADER END
1b5b696aa3bc2a6747a4eeac777f850788482c98Dominik Luecke !
da955132262baab309a50fdffe228c9efe68251dCui Jian ! Copyright 2011 ForgeRock AS
4f4af799873e53cd4cef76775afa22fdf94b6780Christian Maeder !
4f4af799873e53cd4cef76775afa22fdf94b6780Christian Maeder-->
4f4af799873e53cd4cef76775afa22fdf94b6780Christian Maeder<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
da955132262baab309a50fdffe228c9efe68251dCui Jian xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
9ab0e17a1478d65b355987bc148e288844df3810Christian Maeder
1b5b696aa3bc2a6747a4eeac777f850788482c98Dominik Luecke <!-- This is Maven build file is just a hack in order to leverage
91e80ba1d3d89546a6cc48153eef4a30d816c246Christian Maeder Maven's site generation capabilities. It duplicates version information,
91e80ba1d3d89546a6cc48153eef4a30d816c246Christian Maeder and the Ant build is not split into phases: we just do it in one single
91e80ba1d3d89546a6cc48153eef4a30d816c246Christian Maeder blast during the compile phase -->
91e80ba1d3d89546a6cc48153eef4a30d816c246Christian Maeder
91e80ba1d3d89546a6cc48153eef4a30d816c246Christian Maeder <modelVersion>4.0.0</modelVersion>
91e80ba1d3d89546a6cc48153eef4a30d816c246Christian Maeder <parent>
9ab0e17a1478d65b355987bc148e288844df3810Christian Maeder <groupId>org.forgerock.opendj</groupId>
4f4af799873e53cd4cef76775afa22fdf94b6780Christian Maeder <artifactId>opendj-project</artifactId>
9ab0e17a1478d65b355987bc148e288844df3810Christian Maeder <version>3.0.0-SNAPSHOT</version>
4f4af799873e53cd4cef76775afa22fdf94b6780Christian Maeder </parent>
bdc3d22af3cfaeac7e9776a12371fe1d534ebcaeDominik Luecke <artifactId>opendj-server</artifactId>
bdc3d22af3cfaeac7e9776a12371fe1d534ebcaeDominik Luecke <version>2.5.0-SNAPSHOT</version>
9ab0e17a1478d65b355987bc148e288844df3810Christian Maeder <packaging>pom</packaging>
4f4af799873e53cd4cef76775afa22fdf94b6780Christian Maeder <name>OpenDJ Directory Server</name>
9ab0e17a1478d65b355987bc148e288844df3810Christian Maeder <description>
4f4af799873e53cd4cef76775afa22fdf94b6780Christian Maeder 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>
<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>
<version>1.6</version>
<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>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.7</version>
<executions>
<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>
</project>