Re: svn multi-modules vs. or with. maven multi-modules

2010-12-11 Thread Leon Rosenberg
Hello Zac, thank you for the reply. I will try to provide more details. In my pre-maven time i had 5 projects for moskito (http://moskito.anotheria.net), but 3 are enough to illustrate the problem: moskito-core moskito-web moskito-webui which are depending on each other webui- web - core i had

Re: svn multi-modules vs. or with. maven multi-modules

2010-12-09 Thread Zac Thompson
Leon, you really have not provided very much information here. I don't think you need to let them go, but certainly maven _rewards_ following the default or standard approach in most places; in the case of SVN this would mean that your project root is directly on the trunk, and the 'trunk' has

svn multi-modules vs. or with. maven multi-modules

2010-12-07 Thread Leon Rosenberg
Hi, We used to use svn multi-module projects for a while, because they were useful in some aspects. You only had to create one branch, one tag for the whole projects. However, for my limited understanding it doesn't work well with maven (or at all): svn-home/projecthome/trunk/project1