From 5bf536169edf456f78ac8cecaf1575e0b7e73585 Mon Sep 17 00:00:00 2001 From: gk5885 Date: Tue, 4 Aug 2009 23:24:51 +0000 Subject: [PATCH] Ensure that only the lite tests are run, even if all tests have been compiled --- java/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/java/pom.xml b/java/pom.xml index aa7e4cf0..fc2302a5 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -152,6 +152,14 @@ + + maven-surefire-plugin + + + **/LiteTest.java + + + maven-jar-plugin