79641467

Date: 2025-05-28 03:35:33
Score: 1
Natty:
Report link

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

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: user30654079