mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
04.03.2011 c503c80382c67498d95028e5d5d69283a8171239
Top level pom file.
1 files added
19 ■■■■■ changed files
opendj-sdk/opendj3/pom.xml 19 ●●●●● patch | view | raw | blame | history
opendj-sdk/opendj3/pom.xml
New file
@@ -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>