From 952d5099b834ea5f16d657a0f2459d6531a0ed88 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Thu, 10 Dec 2015 10:12:01 +0000
Subject: [PATCH] OPENDJ-2305 Example Plugin does not compile

---
 opendj-server-legacy/pom.xml |   22 +---------------------
 1 files changed, 1 insertions(+), 21 deletions(-)

diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index c2f40b1..2897182 100644
--- a/opendj-server-legacy/pom.xml
+++ b/opendj-server-legacy/pom.xml
@@ -374,7 +374,7 @@
                   <version>${project.version}</version>
                   <type>jar</type>
                   <overWrite>true</overWrite>
-                  <outputDirectory>${project.build.directory}/config/admin/defn/org/opends/server/admin/std</outputDirectory>
+                  <outputDirectory>${old.config.files.path}</outputDirectory>
                   <includes>config/xml/**/*.xml</includes>
                 </artifactItem>
               </artifactItems>
@@ -1037,26 +1037,6 @@
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <executions>
-          <!-- Package the example plugin in a zip -->
-          <execution>
-            <id>build-example-package</id>
-            <phase>prepare-package</phase>
-            <goals>
-              <goal>single</goal>
-            </goals>
-            <configuration>
-              <finalName>example-plugin</finalName>
-              <addMavenDescriptor>false</addMavenDescriptor>
-              <appendAssemblyId>false</appendAssemblyId>
-              <attach>false</attach>
-              <descriptors>
-                <descriptor>src/main/assembly/example-plugin-assembly.xml</descriptor>
-              </descriptors>
-              <formats>
-                <format>zip</format>
-              </formats>
-            </configuration>
-          </execution>
           <!-- Creates the archive folder -->
           <execution>
             <id>build-opendj-archive</id>

--
Gitblit v1.10.0