Skip to content

Commit ee387ae

Browse files
committed
Fix assembly jar location of mqtt-assembly
1 parent 3f4df12 commit ee387ae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

external/mqtt-assembly/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333

3434
<properties>
3535
<sbt.project.name>streaming-mqtt-assembly</sbt.project.name>
36-
<spark.jar.dir>scala-${scala.binary.version}</spark.jar.dir>
37-
<spark.jar.basename>spark-streaming-mqtt-assembly-${project.version}.jar</spark.jar.basename>
38-
<spark.jar>${project.build.directory}/${spark.jar.dir}/${spark.jar.basename}</spark.jar>
3936
</properties>
4037

4138
<dependencies>
@@ -61,7 +58,6 @@
6158
<artifactId>maven-shade-plugin</artifactId>
6259
<configuration>
6360
<shadedArtifactAttached>false</shadedArtifactAttached>
64-
<outputFile>${spark.jar}</outputFile>
6561
<artifactSet>
6662
<includes>
6763
<include>*:*</include>

0 commit comments

Comments
 (0)