This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway-app-referenceapp.git
The following commit(s) were added to refs/heads/master by this push:
new 1b7aeed pom fix to build on maven 4
1b7aeed is described below
commit 1b7aeed1aa53d6342685512800612cd3567c115d
Author: Andi Huber <[email protected]>
AuthorDate: Wed Oct 8 15:58:25 2025 +0200
pom fix to build on maven 4
---
wicket/jpa/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wicket/jpa/pom.xml b/wicket/jpa/pom.xml
index 2ceb19d..1651880 100644
--- a/wicket/jpa/pom.xml
+++ b/wicket/jpa/pom.xml
@@ -93,7 +93,7 @@
<configuration>
<additionalProperties>
<java.version>${java.version}</java.version>
-
<description>${project.description}</description>
+<!--
<description>${project.description}</description> maven fails when this
resolves to null -->
</additionalProperties>
</configuration>
</execution>