Skip to content

Commit 72d1acb

Browse files
committed
excluded produced artifact from the dependencies so not included in the 'optional' dir
1 parent 7668d57 commit 72d1acb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/assembly/bundle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<dependencySets>
2626
<dependencySet>
2727
<outputDirectory>optional</outputDirectory>
28+
<useProjectArtifact>false</useProjectArtifact>
2829
</dependencySet>
2930
</dependencySets>
3031
</assembly>

0 commit comments

Comments
 (0)