79163527

Date: 2024-11-06 17:00:14
Score: 1.5
Natty:
Report link

You will need to add maven-processor-plugin to the pom.xml

To ensure the generated classes are created before compilation. This plugin runs annotation processors like those required for Lombok and Hibernate JPA model generation during the generate-sources phase.

https://mvnrepository.com/artifact/org.bsc.maven/maven-processor-plugin[maven-processor-plugin]

Reasons:
  • Blacklisted phrase (1): This plugin
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Oussama Makhlouk