Skip to content

Commit

Permalink
Fix mvn build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryshao committed Apr 22, 2015
1 parent 0424da6 commit 74b068d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external/kafka-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<shadedArtifactAttached>false</shadedArtifactAttached>
<outputFile>${project.build.directory}/scala-${scala.binary.version}/spark-streaming-kafka-assembly-${project.version}.jar</outputFile>
<artifactSet>
<includes>
<include>*:*</include>
Expand Down

0 comments on commit 74b068d

Please sign in to comment.