From 946707417aab2a3ae3f9a947a358d8a697b92385 Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Fri, 24 Jan 2014 15:47:14 +0000
Subject: [PATCH] Added class to fix build failure + added resources

---
 opendj-cli/pom.xml |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/opendj-cli/pom.xml b/opendj-cli/pom.xml
index 470f939..6e9906f 100644
--- a/opendj-cli/pom.xml
+++ b/opendj-cli/pom.xml
@@ -73,6 +73,23 @@
   </properties>
   <build>
     <plugins>
+    <plugin>
+        <groupId>org.forgerock.commons</groupId>
+        <artifactId>i18n-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>generate-messages</goal>
+            </goals>
+            <configuration>
+              <messageFiles>
+                <messageFile>com/forgerock/opendj/cli/cli.properties</messageFile>
+              </messageFiles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>

--
Gitblit v1.10.0