lhotari commented on pull request #10340:
URL: https://github.com/apache/pulsar/pull/10340#issuecomment-827346739


   The current Pulsar build is designed in a way that `main` profile shouldn't 
be  active when `core-modules` or `docker` profile is active.
   
   I have now pushed a solution where I ended up fixing the usages of 
core-modules and docker profiles so that the main profile is explicitly 
de-activated from the command line by passing `-main`/`!main` to the list of 
profiles for `-P` on the maven command line.
   
   For example:
   - `-Pcore-modules,-main` to activate `core-modules`
   - `-Pdocker,-main` to activate the `docker` profile.
   
   @eolivelli @merlimat PTAL


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to