Skip to content

Commit 121a59a

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 39e868a commit 121a59a

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
@@ -37,6 +37,7 @@
3737
<includes>
3838
<include>*.jar</include>
3939
</includes>
40+
<fileMode>644</fileMode>
4041
</fileSet>
4142
<fileSet>
4243
<directory>target/site/apidocs</directory>

0 commit comments

Comments
 (0)