From b4be0414fda4c82f039e9a7918107e282d1d03f7 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 07 Feb 2012 14:49:36 +0000
Subject: [PATCH] Move linktester errors file into target directory for easier cleanup

---
 opendj3/pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj3/pom.xml b/opendj3/pom.xml
index a2c93d5..ad22401 100644
--- a/opendj3/pom.xml
+++ b/opendj3/pom.xml
@@ -616,7 +616,7 @@
           <validating>true</validating>
           <xIncludeAware>true</xIncludeAware>
           <failOnError>false</failOnError>
-          <outputFile>linktester.err</outputFile>
+          <outputFile>${basedir}/target/linktester.err</outputFile>
         </configuration>
       </plugin>
     </plugins>

--
Gitblit v1.10.0