From 761e7ef3cc1e844fba191261872efde3f2b30c49 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 05 Jan 2012 16:18:38 +0000
Subject: [PATCH] Override maven release plugin settings from forgerock-parent

---
 opendj-sdk/opendj3/pom.xml |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opendj3/pom.xml b/opendj-sdk/opendj3/pom.xml
index 5ee9ade..292d87a 100644
--- a/opendj-sdk/opendj3/pom.xml
+++ b/opendj-sdk/opendj3/pom.xml
@@ -806,6 +806,21 @@
           <artifactId>i18n-maven-plugin</artifactId>
           <version>1.2.0</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.2.2</version>
+          <inherited>true</inherited>
+          <configuration>
+            <!-- Disable inherited configuration -->
+            <autoVersionSubmodules>true</autoVersionSubmodules>
+            <mavenExecutorId>forked-path</mavenExecutorId>
+            <useReleaseProfile>true</useReleaseProfile>
+            <suppressCommitBeforeTag>false</suppressCommitBeforeTag>
+            <goals>deploy</goals>
+            <arguments>-Penforce</arguments>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>

--
Gitblit v1.10.0