Skip to content

Commit

Permalink
Fix assembly jar location of mqtt-assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
prabeesh committed Jul 4, 2015
1 parent 3f4df12 commit ee387ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions external/mqtt-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@

<properties>
<sbt.project.name>streaming-mqtt-assembly</sbt.project.name>
<spark.jar.dir>scala-${scala.binary.version}</spark.jar.dir>
<spark.jar.basename>spark-streaming-mqtt-assembly-${project.version}.jar</spark.jar.basename>
<spark.jar>${project.build.directory}/${spark.jar.dir}/${spark.jar.basename}</spark.jar>
</properties>

<dependencies>
Expand All @@ -61,7 +58,6 @@
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<shadedArtifactAttached>false</shadedArtifactAttached>
<outputFile>${spark.jar}</outputFile>
<artifactSet>
<includes>
<include>*:*</include>
Expand Down

0 comments on commit ee387ae

Please sign in to comment.