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

---
 pom.xml |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7a5a3a6..2a4f794 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,10 +90,7 @@
     </site>
   </distributionManagement>
   <modules>
-    <module>opendj-config-maven-plugin</module>
-    <module>opendj-manifest-classpath-maven-plugin</module>
-    <module>opendj-logref-doc-maven-plugin</module>
-    <module>opendj-concat-schema-maven-plugin</module>
+    <module>opendj-maven-plugin</module>
     <module>opendj-svn-property-check-maven-plugin</module>
     <module>opendj-core</module>
     <module>opendj-grizzly</module>
@@ -334,10 +331,10 @@
                 <pluginExecution>
                   <pluginExecutionFilter>
                     <groupId>org.forgerock.opendj</groupId>
-                    <artifactId>opendj-config-maven-plugin</artifactId>
-                    <versionRange>[3.0.0-SNAPSHOT,)</versionRange>
+                    <artifactId>opendj-maven-plugin</artifactId>
+                    <versionRange>[1.0.0-SNAPSHOT,)</versionRange>
                     <goals>
-                      <goal>generate</goal>
+                      <goal>generate-config</goal>
                     </goals>
                   </pluginExecutionFilter>
                   <action>

--
Gitblit v1.10.0