modified include/exclude tests to only do *All* Tests on R5
This commit is contained in:
parent
57f1f70796
commit
f93bbc1980
10
pom.xml
10
pom.xml
|
@ -150,12 +150,12 @@
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<testFailureIgnore>false</testFailureIgnore>
|
<testFailureIgnore>false</testFailureIgnore>
|
||||||
|
<includes>
|
||||||
|
<include>**/All*</include>
|
||||||
|
</includes>
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>**/org/hl7/fhir/dstu2/**</exclude>
|
<exclude>**/*dstu*/**</exclude>
|
||||||
<exclude>**/org/hl7/fhir/dstu3/**</exclude>
|
<exclude>**/*r4*/**</exclude>
|
||||||
<exclude>**/org/hl7/fhir/dstu2016may/**</exclude>
|
|
||||||
<exclude>**/org/hl7/fhir/r4/**</exclude>
|
|
||||||
<exclude>**/R3R4ConversionTests/**</exclude>
|
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue