Hello list, I am currently astonished, how maven handles many build problems. It is pretty fine! Anyway I have troubles to integrate it into my project structure.
I am using eclipse and I have my eclipse sub-projects all together in a CVS-module my-app. Here the CVS structure: my-app (CVS-module) presentation common web In eclipse I have following projects: presentation common web Now I am wondering, how could I add a pom.xml to the given structure? Does the CVS-module my-app has to be checkout into ecplise-workspace, so the resulting projects in eclipse will be: my-app presentation common web What will be the best way to use such project structure in maven? best regards
