Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
This commit is contained in:
commit
cace0a0b0e
11
pom.xml
11
pom.xml
|
@ -150,10 +150,13 @@
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<testFailureIgnore>false</testFailureIgnore>
|
<testFailureIgnore>false</testFailureIgnore>
|
||||||
<includes>
|
<excludes>
|
||||||
<include>**/AllR5Tests</include>
|
<exclude>**/org/hl7/fhir/dstu2/**</exclude>
|
||||||
<include>**/AllR5ValidationTests</include>
|
<exclude>**/org/hl7/fhir/dstu3/**</exclude>
|
||||||
</includes>
|
<exclude>**/org/hl7/fhir/dstu2016may/**</exclude>
|
||||||
|
<exclude>**/org/hl7/fhir/r4/**</exclude>
|
||||||
|
<exclude>**/R3R4ConversionTests/**</exclude>
|
||||||
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue