From f93bbc19806e0de03ef2363c14038d30172d4a5d Mon Sep 17 00:00:00 2001 From: patrick-werner Date: Sat, 14 Sep 2019 10:45:33 -0400 Subject: [PATCH] modified include/exclude tests to only do *All* Tests on R5 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 424c8e63a..45bbcd3a5 100644 --- a/pom.xml +++ b/pom.xml @@ -150,12 +150,12 @@ maven-surefire-plugin false + + **/All* + - **/org/hl7/fhir/dstu2/** - **/org/hl7/fhir/dstu3/** - **/org/hl7/fhir/dstu2016may/** - **/org/hl7/fhir/r4/** - **/R3R4ConversionTests/** + **/*dstu*/** + **/*r4*/**