To identify all active Maven profiles in your project, use: mvn help:active-profiles
This command shows which profiles are active in your current build environment. Are the native profiles there?
Maybe you have the native-maven-plugin
?
If so, please delete or comment out its configuration in your pom.xml
:
For more details on active profiles, check the [Maven documentation](https://maven.apache.org/guides/introduction/introduction-to-profiles.html).