From 47d2767b9dcbe773d73a6532269b7eb0856897d1 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Fri, 13 Feb 2015 10:10:41 +0000
Subject: [PATCH] OPENDJ-1777 Add opendj-maven-plugin

---
 opendj-config/pom.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj-config/pom.xml b/opendj-config/pom.xml
index 3ab4ca4..73d43c2 100644
--- a/opendj-config/pom.xml
+++ b/opendj-config/pom.xml
@@ -128,14 +128,14 @@
       <!-- Validate core components XML definition files and generate the components. -->
       <plugin>
         <groupId>org.forgerock.opendj</groupId>
-        <artifactId>opendj-config-maven-plugin</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <artifactId>opendj-maven-plugin</artifactId>
+        <version>${project.version}</version>
         <executions>
           <execution>
             <id>generate-config</id>
             <phase>generate-sources</phase>
             <goals>
-              <goal>generate</goal>
+              <goal>generate-config</goal>
             </goals>
             <configuration>
               <packageName>org.forgerock.opendj.server.config</packageName>

--
Gitblit v1.10.0