From 16a91f8dff06878882e138a3e0da375bc8485453 Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Mon, 13 Jul 2026 19:51:43 +0200 Subject: [PATCH] fix(build): expose module licenses in generated license reports --- algebra-jackson/pom.xml | 7 +++++++ algebra-testing/pom.xml | 7 +++++++ algebra/pom.xml | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/algebra-jackson/pom.xml b/algebra-jackson/pom.xml index cbae064..bc4da25 100644 --- a/algebra-jackson/pom.xml +++ b/algebra-jackson/pom.xml @@ -59,4 +59,11 @@ test + + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + diff --git a/algebra-testing/pom.xml b/algebra-testing/pom.xml index 1a840be..fb2d68e 100644 --- a/algebra-testing/pom.xml +++ b/algebra-testing/pom.xml @@ -28,4 +28,11 @@ test + + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + diff --git a/algebra/pom.xml b/algebra/pom.xml index 6f02e1e..2d0b2dc 100644 --- a/algebra/pom.xml +++ b/algebra/pom.xml @@ -55,4 +55,11 @@ test + + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + +