When i create a new Maven project in Eclipse, directory structure contains both src/main/java and src/main (down below)
Question:
I understand my code should fall under src/main/java, what is the purpose of the src/main? Why does Eclipse create it?


src/main/javato exist without thesrc/main– Manoj May 23 '11 at 15:09