Re: Layout of "multiproject" projects

2006-07-21 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Stephen, Stephen Duncan wrote: > Two pieces of info: there is already an optional tag in the parent > that allows you to specify where the parent is - : > > http://maven.apache.org/ref/2.0.3-SNAPSHOT/maven-model/maven.html#class_parent > > > Als

Re: Layout of "multiproject" projects

2006-07-13 Thread Edwin Punzalan
Joerg Hohwiller wrote: Anyways the user should be quite free to layout his project. Yes, the use is free to use his own layout... like I said, the tree layout is the "recommended" layout. ^_^ - To unsubscribe, e-mail: [EM

Re: Layout of "multiproject" projects

2006-07-13 Thread Stephen Duncan
Two pieces of info: there is already an optional tag in the parent that allows you to specify where the parent is - : http://maven.apache.org/ref/2.0.3-SNAPSHOT/maven-model/maven.html#class_parent Also, rather than running with -N, you should look at the option: http://maven.apache.org/ref/cur

Re: Layout of "multiproject" projects

2006-07-13 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Edwin, Edwin Punzalan wrote: > > The TREE layout is recommended... the plugins are laid-out flat bec they > are all plugins which means they all have a single parent. No use for a > sub-parent for now... but there have been talks of categorizing

Re: Layout of "multiproject" projects

2006-07-12 Thread Edwin Punzalan
The TREE layout is recommended... the plugins are laid-out flat bec they are all plugins which means they all have a single parent. No use for a sub-parent for now... but there have been talks of categorizing the plugins which maybe a good cause for sub-parents with their own children. Joe

Layout of "multiproject" projects

2006-07-12 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I have a complex maven project that goes down to 3 levels of POM inheritance (= it has sub-sub-projects). I am not really sure about what the suggested layout is: TREE: trunk/ trunk/foo-project/pom.xml trunk/foo-project/foo-project-util/p