Using multiple source folders (as intermediate step in a conversion of a large Java project to Maven)
问题 I am converting a large Java project to use maven. I have a LOT of inter dependencies to work out, but I would like to get it off the ground with maven before I do the real cleanup work. I have broken it up into a few modules plus one giant module; let's call that module monolith. Monolith has regular Java classes and some gwt classes (with interdependencies). I separated the two parts to have a directory structure like this: ./src/main/java/... ./src/client/gwt/... So, I can easily get this