Skip to content

Commit 51ce0f8

Browse files
committed
Make sure JAR files are readable in the TAR file
See also https://issues.apache.org/jira/browse/BCEL-375
1 parent e189a71 commit 51ce0f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/assembly/bin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<includes>
3535
<include>*.jar</include>
3636
</includes>
37+
<fileMode>644</fileMode>
3738
</fileSet>
3839
<fileSet>
3940
<directory>target/site/apidocs</directory>

0 commit comments

Comments
 (0)