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]

Reply via email to