Skip to content

Commit 3bfa6ac

Browse files
authoredJun 13, 2023
Nightly build reports - permission change (#1897)
Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
1 parent 96c4af7 commit 3bfa6ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎bundles/nightly/pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,9 @@
316316
<replacevalue><![CDATA[&amp;&amp;]]></replacevalue>
317317
</replacefilter>
318318
</replace>
319+
<chmod dir="${project.build.directory}${nightlyDir}/Eclipse/" perm="644">
320+
<include name="**/*.html"/>
321+
</chmod>
319322
</target>
320323
</configuration>
321324
</execution>

0 commit comments

Comments
 (0)
Please sign in to comment.