Aklakan commented on PR #3027: URL: https://github.com/apache/jena/pull/3027#issuecomment-2851121309
> jena-fuseki-mod-geosparql is shaded. > > Making a dependency of jena-fuseki-server produces a lot (!!) of overlap warnings. > > Either: > > 1. jena-fuseki-mod-geosparql could go in as module in `lib/` in the apache-jena-fuseki packaging > > 2. Not be shaded. My intention was to go with 2 - but I had overlooked the shade configuration for the `package` goal. I moved the shading into a `bundle` profile akin to the setup in the [service enhancer pom.xml](https://github.com/apache/jena/blob/ff27e3df401ca5cbff414906d64ad9d026e16d7f/jena-extras/jena-serviceenhancer/pom.xml#L88-L136). The bundle produced by the setup should be suitable for the /lib folder - but I need to test that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
