From 21e937e537f2d77eb82cdca2c523c1f81bd6e4ae Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Tue, 10 Feb 2015 13:45:27 +0000
Subject: [PATCH] OPENDJ-1741 Fix plugin dependencies in pom.xml
---
opendj-sdk/opendj3-server-dev/pom.xml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/opendj-sdk/opendj3-server-dev/pom.xml b/opendj-sdk/opendj3-server-dev/pom.xml
index efe5db8..1c882ca 100644
--- a/opendj-sdk/opendj3-server-dev/pom.xml
+++ b/opendj-sdk/opendj3-server-dev/pom.xml
@@ -415,8 +415,8 @@
</executions>
</plugin>
<plugin>
- <groupId>org.forgerock</groupId>
- <artifactId>manifest-classpath-maven-plugin</artifactId>
+ <groupId>org.forgerock.opendj</groupId>
+ <artifactId>opendj-manifest-classpath-maven-plugin</artifactId>
<version>1.0.0-SNAPSHOT</version>
<executions>
<execution>
@@ -559,8 +559,8 @@
<!-- Create consolidated schema file for use in upgrade -->
<plugin>
- <groupId>org.forgerock</groupId>
- <artifactId>concat-schema-maven-plugin</artifactId>
+ <groupId>org.forgerock.opendj</groupId>
+ <artifactId>opendj-concat-schema-maven-plugin</artifactId>
<version>1.0.0-SNAPSHOT</version>
<executions>
<execution>
@@ -1044,8 +1044,8 @@
<!-- Generates log references for documentation -->
<plugin>
- <groupId>org.forgerock</groupId>
- <artifactId>genlogref-documentation-maven-plugin</artifactId>
+ <groupId>org.forgerock.opendj</groupId>
+ <artifactId>opendj-logref-doc-maven-plugin</artifactId>
<version>1.0.0-SNAPSHOT</version>
<executions>
<execution>
--
Gitblit v1.10.0