From aacaca9d21c349060e9afd3223ab259b4504bb5c Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 03 Nov 2011 15:36:34 +0000
Subject: [PATCH] Fix OPENDJ-343: Fix compilation errors and warnings when using Eclipse Indigo due to m2e plugin
---
opendj-sdk/opendj3/pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opendj3/pom.xml b/opendj-sdk/opendj3/pom.xml
index db6aca4..c217d03 100644
--- a/opendj-sdk/opendj3/pom.xml
+++ b/opendj-sdk/opendj3/pom.xml
@@ -681,8 +681,8 @@
</pluginExecutionFilter>
<action>
<execute>
- <runOnIncremental>see below</runOnIncremental>
- <runOnConfiguration>see below</runOnConfiguration>
+ <runOnIncremental>true</runOnIncremental>
+ <runOnConfiguration>true</runOnConfiguration>
</execute>
</action>
</pluginExecution>
--
Gitblit v1.10.0