Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit 3beb42e

Browse files
committed
make the bins and sbin executables, mvn copy does not keep the file attributes
1 parent fb5dafd commit 3beb42e

File tree

1 file changed

+24
-0
lines changed
  • resource-managers/kubernetes/integration-tests

1 file changed

+24
-0
lines changed

resource-managers/kubernetes/integration-tests/pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,30 @@
391391
</target>
392392
</configuration>
393393
</execution>
394+
<execution>
395+
<id>bin-chmod</id>
396+
<phase>pre-integration-test</phase>
397+
<configuration>
398+
<target>
399+
<chmod file="${project.build.directory}/docker/bin/*" perm="755"/>
400+
</target>
401+
</configuration>
402+
<goals>
403+
<goal>run</goal>
404+
</goals>
405+
</execution>
406+
<execution>
407+
<id>sbin-chmod</id>
408+
<phase>pre-integration-test</phase>
409+
<configuration>
410+
<target>
411+
<chmod file="${project.build.directory}/docker/sbin/*" perm="755"/>
412+
</target>
413+
</configuration>
414+
<goals>
415+
<goal>run</goal>
416+
</goals>
417+
</execution>
394418
</executions>
395419
</plugin>
396420
<plugin>

0 commit comments

Comments
 (0)