> I tend to agree. How about we have
> 
> <id>ant</id>
> <part>optional</id>
> <version>1.4.1</version>
> 
> Which if no part is specified its ignored (ant-1.4.1.jar), otherwise its
> used to make ant-optional-1.4.1.jar

It all boils down, as I understand it, to requiring the contents of <id>
be unique.   With the pom inheritence, project-parent.xml and project-child.xml
may both have a <dependency><id>ant</id> requiring different modules.  One
may trounce the other, in that case, after inheritence.

        -bob


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to