From a919656d0a80eefa0d8a17c71edd0ba6ef2d17d7 Mon Sep 17 00:00:00 2001 From: John Tims Date: Sun, 23 Aug 2015 00:19:46 -0400 Subject: [PATCH] Convert excluded surefire groups to property Using a property to set excludedGroups enables developers to dynamically configure the groups of tests run by the surefire plugin. --- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 27e69b0b9..fa025e185 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,9 @@ http://www.querydsl.com http://github.com/querydsl/querydsl scm:git:git@github.com:querydsl/querydsl.git + + + com.querydsl.core.testutil.ExternalDB,com.querydsl.core.testutil.SlowTest 10.11.1.1 @@ -388,7 +391,7 @@ maven-surefire-plugin -Xms256m -Xmx512m - com.querydsl.core.testutil.ExternalDB,com.querydsl.core.testutil.SlowTest + ${excludedGroups}