Pull project artifacts from maven repo

AFAIK this configuration isn’t published to the maven repo so only works for local projects.

A few options:

  1. Refactor the configuration to a shared variable in the parent project as suggested in option 1 here

  2. Extract the configuration to a shared project which is always a local project in every build (including CI)

  3. Write the configuration dependencies to a text/json/xml file which is published to maven and downloaded/deserialized for the CI build.