kafka-ui
kafka-ui copied to clipboard
Refactor maven profiles
Current issues:
- Some users need an API build without a frontend. There's a "skipuibuild" property for that. Doesn't seem optimal.
- Local build doesn't build frontend, which is usually required for a local run. Prod profile, on the other hand, builds a docker image, no way to easily disable this. Which is usually not require for a local run.