We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4df12 commit ee387aeCopy full SHA for ee387ae
external/mqtt-assembly/pom.xml
@@ -33,9 +33,6 @@
33
34
<properties>
35
<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>
39
</properties>
40
41
<dependencies>
@@ -61,7 +58,6 @@
61
58
<artifactId>maven-shade-plugin</artifactId>
62
59
<configuration>
63
60
<shadedArtifactAttached>false</shadedArtifactAttached>
64
- <outputFile>${spark.jar}</outputFile>
65
<artifactSet>
66
<includes>
67
<include>*:*</include>
0 commit comments