mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-07 05:18:14 +00:00
Update comments in Jacoco-maven-plugin re: autogenerated code
This commit is contained in:
parent
1fee28fe84
commit
1f3a79fe53
4
pom.xml
4
pom.xml
@ -328,8 +328,8 @@
|
||||
<version>${jacoco_version}</version>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<!-- These files blow away the JVM limit on file size. Until we refactor, we need to ignore or
|
||||
Jacoco complains and won't run the validator tests. -->
|
||||
<!-- These are auto-generated files that will exceed the JVM limit on file size.
|
||||
If these are not excluded, Jacoco complains and won't run the validator tests. -->
|
||||
<exclude>org/hl7/fhir/r5/formats/JsonParser</exclude>
|
||||
<exclude>org/hl7/fhir/r5/formats/XmlParser</exclude>
|
||||
<exclude>org/hl7/fhir/r4b/formats/JsonParser</exclude>
|
||||
|
Loading…
x
Reference in New Issue
Block a user