| Alex Karasulu 2007-05-26, 7:11 pm |
| OK I think I may be missunderstanding something. From your commit it seemed
to me
like you were adding a PM (pluginManagement) section to POMs like:
daemon/bootstrappers/pom.xml
daemon/plugin/pom.xml
(calling these poms leaf poms)
What I thought was that this stuff really belongs in one central place in
each subproject:
meaning in the root poms of the subprojects like daemon/pom.xml (calling
these poms
subproject root poms).
So are you putting PM sections into the subproject root poms or into the
leaf poms of
subproject modules?
Sorry about this confusion.
Alex
On 5/26/07, Emmanuel Lecharny <elecharny-1oDqGaOF3Lkdnm+yROfE0A@public.gmane.org> wrote:
>
> Alex Karasulu a écrit :
>
>
> True. But I did intentionnaly : if shared is to be compiled as a
> standalone project, then the pluginManagement is already there. Now,
> what I'm not sure of is that we need to have a standalone shared (if so,
> this is good to simply dowload shared/* instead of downloading the full
> project : I was thinking about LS which only use shared)
>
> Another aspect is that I didn't want to introduce some error in daemon
> and apacheds while cleaning the dependencies, so I added those
> pluginManagement in sub-pom.
>
>
> But as soon as the dependencies are all cleaned, I will be able to
> remove the duplicated pluginManagement if needed.
>
> Emmanuel
>
|