Building maven multi-module project with Waypoint

Hey! I have a maven project that consists of a couple modules, every single one of those is supposed to be run as a different microservice. I think my options here are as follows:

  • Use a pre-build hook and execute maven on my own (though I’m not sure whether the runners have a proper JDK version, etc.)
  • Use cloud native buildpacks somehow

But the buildpacks plugin docs are down anyway. If someone has experience doing anything similar to my case, I would appreciate any help. Thanks!