From ffc21a91dde58debf3c3fa26d84b009c733c93a1 Mon Sep 17 00:00:00 2001 From: Nathan Baltzell Date: Mon, 21 Sep 2026 20:31:11 -0400 Subject: [PATCH 1/2] cleanup printout --- build-coatjava.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-coatjava.sh b/build-coatjava.sh index 3e1646001a..736db22a1e 100755 --- a/build-coatjava.sh +++ b/build-coatjava.sh @@ -108,7 +108,7 @@ do esac done -echo "---------------------- Configuration ----------------------" +echo "------------------ Configuration ----------------------" print_arg() { printf " %30s = " "$1" shift From 862cf47e3fd935b3c9802e524af0908ae63f701b Mon Sep 17 00:00:00 2001 From: Nathan Baltzell Date: Mon, 21 Sep 2026 20:38:07 -0400 Subject: [PATCH 2/2] write dependency trees to target instead of stdout --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index d1f13e1bf2..e90ff20461 100644 --- a/pom.xml +++ b/pom.xml @@ -356,6 +356,7 @@ analyze-only + ${project.build.directory}/dependency-tree.txt true