We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0424da6 commit 74b068dCopy full SHA for 74b068d
external/kafka-assembly/pom.xml
@@ -58,6 +58,7 @@
58
<artifactId>maven-shade-plugin</artifactId>
59
<configuration>
60
<shadedArtifactAttached>false</shadedArtifactAttached>
61
+ <outputFile>${project.build.directory}/scala-${scala.binary.version}/spark-streaming-kafka-assembly-${project.version}.jar</outputFile>
62
<artifactSet>
63
<includes>
64
<include>*:*</include>
0 commit comments