Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 640 Bytes

0.6.markdown

File metadata and controls

10 lines (6 loc) · 640 Bytes
  • Fixes exclusion filtering to filter out only license and MANIFEST.MF. #11 reported by @rollinsruss.
  • Adds publishArtifact setting to disable output of packageBin, packageScala, and packageDependency. #3 and #4 requested by @ijuma.

To exclude Scala library,

publishArtifact in (Assembly, packageScala) := false

To exclude your source files,

publishArtifact in (Assembly, packageBin) := false