Re: Newbie Maven layout question

2010-03-03 Thread user09772
. A good read is the sonatype maven book ( http://www.sonatype.com/products/maven/documentation/book-defguide) Patrick On 10-03-02 02:18 PM, user09772 wrote: dahoffer wrote: Without knowing details all I can give are general suggestions... - Things you want to version/branch

Re: Newbie Maven layout question

2010-03-03 Thread user09772
How can a module be independent? meaning standalone within eclipse. because as it is now, the parent pom is responsible to glue everything together at build time (not the webapp module for example within eclipse). user09772 wrote: Thanks that is an excellent resource. I think parent

Newbie Maven layout question

2010-03-02 Thread user09772
I've used maven in very simple projects. Currently I'm in the process of developing a somewhat larger application. I'd like some ideas from experienced users on how i can layout the following situation. I have split a project into various high level maven projects. some projects are rest

Re: Newbie Maven layout question

2010-03-02 Thread user09772
dahoffer wrote: Without knowing details all I can give are general suggestions... - Things you want to version/branch as a unit go in the same project (may have several modules). - Common things that are used in more than one project go in a separate project (may have several modules)