pom.xmlI have attached my POM file. When I run mvn compile, the annotation processor is not generating files. I have annotated my entity, Dao, and mapper classes. But, when I do build in IntelliJ, the inbuilt system can able to generate the files.
What am I missing here?