Skip to content

Commit 03df610

Browse files
committed
remove extra opengrok jar file from the distribution tarball
fixes #4153
1 parent 61b8575 commit 03df610

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

distribution/assembly.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
<fileSet>
5656
<directory>${project.build.directory}/dist</directory>
5757
<outputDirectory>lib</outputDirectory>
58+
<excludes>
59+
<!-- Already included above with version-less name. -->
60+
<exclude>opengrok-${version}.jar</exclude>
61+
</excludes>
5862
<includes>
5963
<include>*.jar</include>
6064
</includes>

0 commit comments

Comments
 (0)