This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jena.git
commit 19b6cff2ef9c9d4a74bb27e92bd9a2bbfb838c37 Author: Andy Seaborne <[email protected]> AuthorDate: Sat Jan 3 19:56:37 2026 +0000 Build jena-geosparql before jena-fuseki2 --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3f0de92607..712c3d9bd6 100644 --- a/pom.xml +++ b/pom.xml @@ -277,9 +277,11 @@ <module>jena-text</module> <module>jena-cmds</module> + <module>jena-geosparql</module> + <module>jena-fuseki2</module> - <module>jena-geosparql</module> + <!-- The original, standalone jena-fuseki-geosparql --> <module>jena-fuseki2/jena-fuseki-geosparql</module> <!--
