This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-weaver.git
The following commit(s) were added to refs/heads/master by this push: new 96d9d91 Set streamLogsOnFailures to true to help debug CI builds 96d9d91 is described below commit 96d9d9145d39944e0fcb318d2aad79ad59090f35 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jul 15 09:54:51 2025 -0400 Set streamLogsOnFailures to true to help debug CI builds --- modules/privilizer/weaver/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/privilizer/weaver/pom.xml b/modules/privilizer/weaver/pom.xml index 7b04a37..9230987 100644 --- a/modules/privilizer/weaver/pom.xml +++ b/modules/privilizer/weaver/pom.xml @@ -95,6 +95,7 @@ under the License. <properties> <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath> </properties> + <streamLogsOnFailures>true</streamLogsOnFailures> </configuration> <executions> <execution>