This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/commons-xml.git
commit add05e62c0159b2d9cd1b4cdee0f5be6ba7be813 Author: Gary Gregory <[email protected]> AuthorDate: Sat Aug 29 08:06:11 2026 -0400 Fix JaCoCo report. --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 773ca74..ba8511d 100644 --- a/pom.xml +++ b/pom.xml @@ -143,6 +143,13 @@ limitations under the License. </ignores> </configuration> </plugin> + <plugin> + <groupId>org.jacoco</groupId> + <artifactId>jacoco-maven-plugin</artifactId> + <configuration> + <append>true</append> + </configuration> + </plugin> </plugins> </pluginManagement> <plugins>
