From d008cb811abba1fd0abc4b159dd7d7c89a1890b3 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Wed, 18 Feb 2015 10:12:52 +0000
Subject: [PATCH] OPENDJ-1817: Fix GUI tools
---
opendj-server-legacy/pom.xml | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index a48811e..5a86f23 100644
--- a/opendj-server-legacy/pom.xml
+++ b/opendj-server-legacy/pom.xml
@@ -344,6 +344,38 @@
</resources>
</configuration>
</execution>
+ <execution>
+ <id>copy-guitools-resources</id>
+ <phase>validate</phase>
+ <goals>
+ <goal>copy-resources</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>${project.build.outputDirectory}/org/opends/guitools</outputDirectory>
+ <resources>
+ <resource>
+ <directory>src/main/java/org/opends/guitools</directory>
+ <filtering>false</filtering>
+ </resource>
+ </resources>
+ </configuration>
+ </execution>
+ <execution>
+ <id>copy-quicksetup-resources</id>
+ <phase>validate</phase>
+ <goals>
+ <goal>copy-resources</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>${project.build.outputDirectory}/org/opends/quicksetup</outputDirectory>
+ <resources>
+ <resource>
+ <directory>src/main/java/org/opends/quicksetup</directory>
+ <filtering>false</filtering>
+ </resource>
+ </resources>
+ </configuration>
+ </execution>
</executions>
</plugin>
--
Gitblit v1.10.0