lhotari opened a new pull request #10814:
URL: https://github.com/apache/pulsar/pull/10814


   Fixes #10791
   
   ### Motivation
   
   - Maven doesn't have an explicit feature to always activate a profile.
   - The previous solution used `<exists><file>pom.xml</file></exists>` which 
doesn't work in all cases for some reason. There's a reported issue #10791 
about this problem.
   
   ### Modifications
   
   - Use a better solution to activate the `main` profile by default by using a 
property value with inversion (`!`) rule.


-- 
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