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

Jean-Noël Rouvignac
08.28.2016 f98cf29f4e7e256e6429cdc8c8ef2833e2dd2b0c
opendj-server-legacy/pom.xml
@@ -1002,6 +1002,24 @@
              </archive>
            </configuration>
          </execution>
          <!-- Creates the archive folder -->
          <execution>
            <id>build-example-plugin.zip</id>
            <phase>package</phase>
            <goals>
              <goal>single</goal>
            </goals>
            <configuration>
              <finalName>example-plugin</finalName>
              <outputDirectory>${project.build.directory}/package/${product.name.lowercase}/</outputDirectory>
              <appendAssemblyId>false</appendAssemblyId>
              <attach>false</attach>
              <descriptors>
                <descriptor>src/main/assembly/example-plugin-assembly.xml</descriptor>
              </descriptors>
            </configuration>
          </execution>
        </executions>
      </plugin>