From 57f1f70796fb9cf040c4acfd459ab3f4f013efe9 Mon Sep 17 00:00:00 2001 From: patrick-werner Date: Fri, 13 Sep 2019 13:09:18 -0400 Subject: [PATCH] switched to excludes - excludes all dstu2-r4 tests --- pom.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index b68817560..424c8e63a 100644 --- a/pom.xml +++ b/pom.xml @@ -150,10 +150,13 @@ maven-surefire-plugin false - - **/AllR5Tests - **/AllR5ValidationTests - + + **/org/hl7/fhir/dstu2/** + **/org/hl7/fhir/dstu3/** + **/org/hl7/fhir/dstu2016may/** + **/org/hl7/fhir/r4/** + **/R3R4ConversionTests/** +