kafka-ui icon indicating copy to clipboard operation
kafka-ui copied to clipboard

Refactor maven profiles

Open Haarolean opened this issue 1 year ago • 0 comments

Current issues:

  1. Some users need an API build without a frontend. There's a "skipuibuild" property for that. Doesn't seem optimal.
  2. 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.

Haarolean avatar Feb 01 '24 12:02 Haarolean