Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Build] Fix main profile activation by default (apache#10814)
- Use a better solution to activate the main profile by default by using a property value with inversion (!) rule. - The previous solution used <exists><file>pom.xml</file></exists> which doesn't work in all cases for some reason. - In maven, activeByDefault works only if no other profile is already active. This isn't usable since there's already a profile called jdk11 which is active.
- Loading branch information