multi module maven project with parent pom and svn layout
问题 I currently have about 16 projects that I build with maven that get deployed to the same application server that make up something like a "portal". I have built a parent pom to handle common dependencies and plugin configurations. Currently, my SVN structure looks similar to this: portal_root +project1 +tags +branches +trunk +project2 . . . +projectn pom.xml The individual projects are each separately deployed. That is, project1 doesn't have a dependency on project2 and each can be modified