From 6d43f825dee51bf3432c8d0575a265558f1af297 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.
---
opendj-sdk/opends/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/pom.xml b/opendj-sdk/opends/pom.xml
index d97d128..676fd88 100644
--- a/opendj-sdk/opends/pom.xml
+++ b/opendj-sdk/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