mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-09 06:14:45 +00:00
Merge pull request #79 from hapifhir/r5TestSuitesOnly
modified include/exclude tests to only do *All* Tests on R5
This commit is contained in:
commit
542a0f23cd
10
pom.xml
10
pom.xml
@ -150,12 +150,12 @@
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<testFailureIgnore>false</testFailureIgnore>
|
||||
<includes>
|
||||
<include>**/All*</include>
|
||||
</includes>
|
||||
<excludes>
|
||||
<exclude>**/org/hl7/fhir/dstu2/**</exclude>
|
||||
<exclude>**/org/hl7/fhir/dstu3/**</exclude>
|
||||
<exclude>**/org/hl7/fhir/dstu2016may/**</exclude>
|
||||
<exclude>**/org/hl7/fhir/r4/**</exclude>
|
||||
<exclude>**/R3R4ConversionTests/**</exclude>
|
||||
<exclude>**/*dstu*/**</exclude>
|
||||
<exclude>**/*r4*/**</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
Loading…
x
Reference in New Issue
Block a user