Buildr doesn't currently support this; what you could do is write a pom.xml template and have it dynamically updated with dependencies you use in your Buildfile... It would require a little bit of code.
alex On Thu, Apr 9, 2009 at 4:21 PM, Wille Faler <[email protected]> wrote: > Hi, > I'm quite new to Buildr - > What I want to achieve is to install a Maven compatible artifact in my > local > repo (or remote) that has all the transitive dependencies defined in it. > > Is there any way of defining the maven libraries/artifacts that are > transitive dependencies of a project in the buildfile? > So far the result of "buildr install" always only seems to install a very > basic POM file with none of the dependencies defined in it. > > Regards > Wille Faler >
