Question: Why is it best practice to avoid overriding the default directory structure?
- Keeping the default structure reduces onboarding time, because developers recognize it.
 - Overriding the default structure is very complex.
 - Overriding the default structure will cause Maven to take longer to compile your code.
 - all of these answers
 
Answer: The correct answer of the above question is Option D:all of these answers