Skip to content

Commit 47278c5

Browse files
committed
Include the project class files
1 parent 478f844 commit 47278c5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

external/mqtt/src/main/assembly/assembly.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,20 @@
2121
</formats>
2222
<includeBaseDirectory>false</includeBaseDirectory>
2323

24+
<fileSets>
25+
<fileSet>
26+
<directory>${project.build.directory}/scala-${scala.binary.version}/test-classes</directory>
27+
<outputDirectory>/</outputDirectory>
28+
</fileSet>
29+
</fileSets>
30+
2431
<dependencySets>
2532
<dependencySet>
2633
<useTransitiveDependencies>true</useTransitiveDependencies>
2734
<scope>test</scope>
28-
<useProjectArtifact>false</useProjectArtifact>
2935
<unpack>true</unpack>
3036
<excludes>
3137
<exclude>org.apache.hadoop:*:jar</exclude>
32-
<exclude>org.apache.spark:*:jar</exclude>
3338
<exclude>org.apache.zookeeper:*:jar</exclude>
3439
<exclude>org.apache.avro:*:jar</exclude>
3540
</excludes>

0 commit comments

Comments
 (0)