From 05125c496e6bba563ae3775494598c2b8cf14a00 Mon Sep 17 00:00:00 2001 From: Rusty Burchfield Date: Sun, 25 Dec 2011 13:41:45 -0800 Subject: [PATCH] Fix test list. Needed to exclude the non-test class named to match the test runners default inclusion list. http://maven.apache.org/plugins/maven-surefire-plugin/examples/inclusion-exclusion.html --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4fecab586..a80613d9e 100644 --- a/pom.xml +++ b/pom.xml @@ -178,6 +178,17 @@ assembly:assembly + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/TestOfflinePermissible.java + + + - \ No newline at end of file +