Re: Maven + Subversion directory structure

2008-02-19 Thread Mathieu Lemay
Hi Chris I'm doing the Maven plugin for Globus right now to build and create the GARs.. ;) that's perfect!! I probably can be of assistance...I have a meeting in 2 mins I'll write a little more later.. Chris wrote: I'm migrating a number of projects and modules to Maven. I'm confused on

Maven + Subversion directory structure

2008-02-19 Thread Chris
I'm migrating a number of projects and modules to Maven. I'm confused on how the directories should be set up. Maven wants this: /projectname /module0 /src /module1 /src Subversion wants this: /root /projectname

Re: Maven + Subversion directory structure

2008-02-19 Thread John Coleman
Seems like you have a fundamental misunderstanding of what Maven is for. Maven is a build tool, similar to Ant. The structure that Maven wants is a conventional way to setup your project so that Maven can build it with minimal fuss. A Maven repo and a Subversion repo are two different

Re: Maven + Subversion directory structure

2008-02-19 Thread Chris
Umm, no. This question has nothing to do with repositories. It has to do with the directory structure on the development machines. John Coleman wrote: Seems like you have a fundamental misunderstanding of what Maven is for. Maven is a build tool, similar to Ant. The structure that Maven

Re: Maven + Subversion directory structure

2008-02-19 Thread John Coleman
Sorry, that wasn't clear from your original post. Branches, tags, and trunk do not belong in a Maven directory structure, rather the Maven directory structure belongs in the branches/tags/trunk: /root /project /trunk /src /test /module0 /src

Re: Maven + Subversion directory structure

2008-02-19 Thread Chris
Thanks. This seems like the right answer. John Coleman wrote: Sorry, that wasn't clear from your original post. Branches, tags, and trunk do not belong in a Maven directory structure, rather the Maven directory structure belongs in the branches/tags/trunk: /root /project /trunk