sbt / sbt-pom-reader

Translates xml -> awesome. Maven-ish support for sbt.
Other
76 stars 27 forks source link

Remove binary version suffix from subproject's name whenever needed. #16

Closed ScrapCodes closed 9 years ago

ScrapCodes commented 10 years ago

Often in pom files artifact ids are appended with binary version, since maven does not natively support scala style of publishing artifact with binary suffix. This patch takes care of applying scrub whenever needed.

jsuereth commented 9 years ago

LGTM