Skip to content

Commit 74b068d

Browse files
committed
Fix mvn build issue
1 parent 0424da6 commit 74b068d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

external/kafka-assembly/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
<artifactId>maven-shade-plugin</artifactId>
5959
<configuration>
6060
<shadedArtifactAttached>false</shadedArtifactAttached>
61+
<outputFile>${project.build.directory}/scala-${scala.binary.version}/spark-streaming-kafka-assembly-${project.version}.jar</outputFile>
6162
<artifactSet>
6263
<includes>
6364
<include>*:*</include>

0 commit comments

Comments
 (0)