Re: Experiences with transitive dependencies in buildr

2011-11-03 Thread Michael Guymon
So based on the discussion, it sounds like the following solutions would work well: Dependency Resolution * Dependency resolution is optional * Resolve Transitive Dependencies for an artifact(s) * Create/Rebuild a dependency file * Lock dependencies based on the dependency file Maven

Re: Experiences with transitive dependencies in buildr

2011-11-03 Thread Peter Donald
On Fri, Nov 4, 2011 at 10:16 AM, Michael Guymon michael.guy...@gmail.com wrote: So based on the discussion, it sounds like the following solutions would work well: Dependency Resolution  * Dependency resolution is optional  * Resolve Transitive Dependencies for an artifact(s)  *

Re: Experiences with transitive dependencies in buildr

2011-11-03 Thread Tal Rotbart
Hi Peter Michael, With buildr-dependency-extensions (https://github.com/jvshahid/buildr-dependency-extensions) you get both a POM generator and transitive dependency resolution (both optional). So essentially everything except:  * Create/Rebuild a dependency file  * Lock dependencies based on