Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix project and scm urls in child project POMs
Maven's default behaviour is to append path and artifact id to parent project url for setting child project's url. But this is not helpful because these urls, for instance https://github.com/quarkusio/quarkus/bom/quarkus-bom end up in 404s. Similarly, the scm urls are broken. The right behaviour would most likely be to point to just https://github.com/quarkusio/quarkus/. Thankfully, Maven 3.6.1 introduced some attribute to set the child project's url to the project url of the parent without modifications. Therefore, set the child.project.url.inherit.append.path project attribute and various scm attributes to ensure the correct urls are generated.
- Loading branch information