afs commented on issue #3643: URL: https://github.com/apache/jena/issues/3643#issuecomment-3765056791
> * Created `dependencies-pom.xml` in the project root > * Moved all `properties` and `dependencyManagement` from `pom.xml` to `dependencies-pom.xml` and set it as parent > * Removed `jena-benchmarks` from the `<modules>` section in `pom.xml` > * Modified `jena-benchmarks/pom.xml` to use `dependencies-pom.xml` as parent and reference necessary Jena modules If `jena-benchmarks` isn't in `<modules>`, then it is is isolated. It can still use Jena's main pom as parent to get properties and dependencies. -- 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]
