From 319228533c940563f00a5c872401d0f98cc41ee9 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Fri, 04 Feb 2011 16:03:22 +0000 Subject: [PATCH] Top level pom file. --- opendj3/pom.xml | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/opendj3/pom.xml b/opendj3/pom.xml new file mode 100644 index 0000000..abde384 --- /dev/null +++ b/opendj3/pom.xml @@ -0,0 +1,19 @@ +<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> + <groupId>org.opendj</groupId> + <artifactId>opendj-project</artifactId> + <version>3.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> + <organization> + <name>ForgeRock</name> + <url>http://www.forgerock.com/</url> + </organization> +</project> -- Gitblit v1.10.0