> Essentially I am trying to get buildr to generate a POM for the > artifact with the dependencies of the project.
I use the ivy4r project's buildr extension to generate a pom (with transitive dependencies) from an ivy.xml file, and tell buildr to upload that. For an example, see: https://github.com/stephenh/pageobjects/blob/master/buildfile You'll have to run "gem install ivy4r", but other than that, I think it should work. - Stephen
