Hi, In 1.2.10 I used something like
package(:jar).merge(artifact("..."))
to include contents of an artifact into a projects jar. This does not
seem to work with buildr trunk, is this intentional?
I can accomplish the same thing using
package(:jar).include(unzip(_("target/somedir") =>
artifact("...")), :as => ".")
but it is not as nice looking :-)
/tomas
