We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b8575 commit 03df610Copy full SHA for 03df610
distribution/assembly.xml
@@ -55,6 +55,10 @@
55
<fileSet>
56
<directory>${project.build.directory}/dist</directory>
57
<outputDirectory>lib</outputDirectory>
58
+ <excludes>
59
+ <!-- Already included above with version-less name. -->
60
+ <exclude>opengrok-${version}.jar</exclude>
61
+ </excludes>
62
<includes>
63
<include>*.jar</include>
64
</includes>
0 commit comments