Skip to content

Commit

Permalink
Include the project class files
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxwing committed Jul 31, 2015
1 parent 478f844 commit 47278c5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions external/mqtt/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,20 @@
</formats>
<includeBaseDirectory>false</includeBaseDirectory>

<fileSets>
<fileSet>
<directory>${project.build.directory}/scala-${scala.binary.version}/test-classes</directory>
<outputDirectory>/</outputDirectory>
</fileSet>
</fileSets>

<dependencySets>
<dependencySet>
<useTransitiveDependencies>true</useTransitiveDependencies>
<scope>test</scope>
<useProjectArtifact>false</useProjectArtifact>
<unpack>true</unpack>
<excludes>
<exclude>org.apache.hadoop:*:jar</exclude>
<exclude>org.apache.spark:*:jar</exclude>
<exclude>org.apache.zookeeper:*:jar</exclude>
<exclude>org.apache.avro:*:jar</exclude>
</excludes>
Expand Down

0 comments on commit 47278c5

Please sign in to comment.