Browse Source

KAFKA-1133 LICENSE and NOTICE files need to get into META-INF when jars are built before they're signed for publishing to maven reviewed by Joel Koshy

0.8 0.8.0
Joe Stein 11 years ago
parent
commit
15bb3961d9
  1. 4
      project/Build.scala

4
project/Build.scala

@ -71,7 +71,9 @@ object KafkaBuild extends Build { @@ -71,7 +71,9 @@ object KafkaBuild extends Build {
<exclude org="log4j" module="log4j"/>
<exclude org="jline" module="jline"/>
</dependency>
</dependencies>
</dependencies>,
mappings in packageBin in Compile += file("LICENSE") -> "LICENSE",
mappings in packageBin in Compile += file("NOTICE") -> "NOTICE"
)
val hadoopSettings = Seq(

Loading…
Cancel
Save