From 08cf0152075279240da0c1e17a8a83fcc0444056 Mon Sep 17 00:00:00 2001 From: Donald Woods Date: Thu, 21 Jan 2010 19:17:14 +0000 Subject: [PATCH] allow running full builds w/o running o-p-locking tests git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@901830 13f79535-47bb-0310-9956-ffa450edef68 --- openjpa-persistence-locking/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openjpa-persistence-locking/pom.xml b/openjpa-persistence-locking/pom.xml index 7f82cc5c8..710fed223 100644 --- a/openjpa-persistence-locking/pom.xml +++ b/openjpa-persistence-locking/pom.xml @@ -50,6 +50,8 @@ anything else allows the test to execute normally --> ignore + + @@ -73,6 +75,9 @@ org/apache/openjpa/persistence/enhance/DynamicEnhancementSuite.java + + ${surefire.excludes.locking} + openjpa.Log @@ -752,6 +757,7 @@ exclude classes that end with 'Test'; these are not test cases per OpenJPA standards --> org/apache/openjpa/**/*Test.java + ${surefire.excludes.locking}