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 how the directories should be set up.

Maven wants this:

/projectname
    /module0
        /src
    /module1
        /src

Subversion wants this:

/root
    /projectname
        /branches
        /tags
        /trunk
            /module0
                /branches
                /tags
                /trunk
                    /src
                    etc.

The way I read the documentation, Maven finds modules based on directory name, and the svn naming convention is going to mess things up.

Where should /branches, /tags, and /trunk go in a Maven directory structure?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to