From ada5f933e7daa6b759621e603b5435e87b123ce2 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 21 Jul 2011 13:32:41 +0000
Subject: [PATCH] Quick test: don't run precommit.
---
opends/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/pom.xml b/opends/pom.xml
index d97d128..676fd88 100644
--- a/opends/pom.xml
+++ b/opends/pom.xml
@@ -101,7 +101,7 @@
<target>
<!-- We need to significantly refactor build.xml in order
to split this up any more -->
- <ant target="precommit" />
+ <ant target="package" />
</target>
</configuration>
</execution>
--
Gitblit v1.10.0