SyntaxFix
Write A Post
Hire A Developer
Questions
my problem was a line inside my pom.xml i had the line <sourceDirectory>${basedir}/src</sourceDirectory> removing this line made maven use regular structure folders which solves my issue
pom.xml
<sourceDirectory>${basedir}/src</sourceDirectory>