This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-4.0.0-M1-RC1 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 9af80f59e7a92bf710cee9c5d316f75c3299ba70 Author: Dan Haywood <[email protected]> AuthorDate: Thu Oct 9 12:34:03 2025 +0100 changes source-plugin to use a different goal --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 10ed024a7d7..dd5d0d8ddc9 100644 --- a/pom.xml +++ b/pom.xml @@ -211,7 +211,7 @@ <execution> <id>attach-sources</id> <goals> - <goal>jar-no-fork</goal> + <goal>aggregate</goal> </goals> </execution> </executions>
