On Wed, 2004-03-17 at 14:13, Gilles Dodinet wrote: > J�rg Schaible wrote: > > >>we use something like that to include external xml fragments : > >> > >><!ENTITY inherited-dependencies SYSTEM > >>"file:../mevenide-ui-eclipse/pom-fragments/inherited-dependenc > >>ies.xml"> > >> > >>it works under xp and linux. > >> > >> > > > >But only if all included POMs (by reactor or extend tag) share the same directory > >level to the multiproject's basedir. > > > >Regards, > >J�rg > > > > indeed. actually this entity is defined in mevenide-ui-eclipse pom. the > mevenide-ui-eclipse segment is added to allow the entity to be resolved > whether pom is read from parent directory or directly from within > basedir (i.e. using rector or not). and you're right : another trick > should be applied if using nested projects structure. perhaps something > like your locator indirection. it would be cool if a later maven version > supported file inclusion in a smoother way.
Do you think you could describe that in a patch for this document: http://cvs.apache.org/viewcvs.cgi/maven-components/USE-CASES.txt?rev=1.9&view=auto >regards, > > -- gd > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://maven.apache.org happiness is like a butterfly: the more you chase it, the more it will elude you, but if you turn your attention to other things, it will come and sit softly on your shoulder ... -- Thoreau --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
