afs commented on PR #3954: URL: https://github.com/apache/jena/pull/3954#issuecomment-4563781741
A _partial_ quick-fix is to add exclusions to the build with `mvn -fae -pl -jena-fuseki2/jena-fuseki-ui ...`. It's partial because it does not work on first build of a version. A build picks up an existing UI jar in `jena-fuseki-main` scope=test to run module tests. The tests do not require the UI. Making the dependency optional=true does not work (apparently, "optional" applies to downstream, not at the point of use). `jena-fuseki-server` does depend on jena-fuseki-ui. -- 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]
