You can create a module that has all your common dependencies (let call it
"commons-dep").  Then, all module other module just have to depends on
commons-dep.  You might have to play a little bit with your configuration,
but it should do what you want.


Gilles


> -----Original Message-----
> From: James Mochel [mailto:[EMAIL PROTECTED]
> Sent: mercredi 7 février 2007 21:36
> To: [email protected]
> Subject: Common Build Time only dependencies
> 
> Hey Folks,
> 
> I am currently creating a new build system for my development team and
> Ivy is a mainstay of it.
> 
> I only have one problem so far: How do I ensure the inclusion of common
> buildsystem dependencies.
> 
> For example: our build system uses xdoclet and several other java tools
> at build time and I don't want to include them as dependencies in the
> ivy.xml file of every component. Is there anyway for me to reference a
> common set of dependencies ?
> 
> Thanks
> 
> Jim Mochel

Reply via email to