dhpeterson wrote: > > I've been playing around packaging a non-maven dependency for use within a > buildr project. Specifically, I'm using an SMTP library called Ristretto, > which is not available in a POM format. >
I went after the same problem a little while back, you may have found the thread in the archives. The quirk about my solution is that the artifacts have to be defined inside the project. Other than that it works to my satisfaction. http://databinder.net/wsvn/Databinder/typeturner/trunk/Rakefile?op=file http://databinder.net/wsvn/Databinder/databinder/trunk/tasks/databinder.rake?op=file Nathan -- View this message in context: http://www.nabble.com/Packaging-non-maven-deps-using-buildr-tp14989567p14999847.html Sent from the Buildr - User mailing list archive at Nabble.com.
