From a59d555c109784d5f0939bceb1b6f4bc47b4c11b Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 16 May 2011 15:33:05 +0000
Subject: [PATCH] Adding machinery for building http://opendj.forgerock.org/ (Note: the French localization still needs to be done. Adding the Maven sample files as a placeholder.

---
 opendj-sdk/opendj3/pom.xml |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/opendj-sdk/opendj3/pom.xml b/opendj-sdk/opendj3/pom.xml
index 36a8739..6cb7ba2 100644
--- a/opendj-sdk/opendj3/pom.xml
+++ b/opendj-sdk/opendj3/pom.xml
@@ -24,9 +24,7 @@
   !
   !      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">
+--><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>
@@ -170,6 +168,13 @@
             </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>
@@ -212,4 +217,11 @@
       </dependency>
     </dependencies>
   </dependencyManagement>
+  <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>

--
Gitblit v1.10.0