arne-bdt commented on issue #3643: URL: https://github.com/apache/jena/issues/3643#issuecomment-3662257742
I've restructured the POMs as shown in [this commit](https://github.com/apache/jena/commit/8e00b7f6d1c3176901ea599ed255273fb92aacd1). I don't have much experience with POM management, so I'd appreciate feedback on this approach: **Changes:** 1. Created `dependencies-pom.xml` in the project root 2. Moved all `properties` and `dependencyManagement` from `pom.xml` to `dependencies-pom.xml` and set it as parent 3. Removed `jena-benchmarks` from the `<modules>` section in `pom.xml` 4. Modified `jena-benchmarks/pom.xml` to use `dependencies-pom.xml` as parent and reference necessary Jena modules Is this the correct approach for isolating `jena-benchmarks` while maintaining dependency management? Any issues with this structure? -- 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]
