files in the target can't be recognized.

The reasons:

  1. the pom.xml is not load correctly or not added.

  2. setting in the annotation processors->enable annotation processing is not correctly.

  3. check the project structure with modules

This time the pom.xml is not loaded correctly.

use command: mvn clean install. make sure the target file has created.

Last updated

Was this helpful?