-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
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
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
-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
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
-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