My project which is build in ant does'nt use maven standard directory structure
src/main/java-------- java source files
src/test/java --------- java test files
Now i want to migrate to maven
Which way of directory structure is bettter?????
moving my files to the above directory structure?
OR
change my POM ?
Help me pls
