How do I set file permissions in Maven POM file

一笑奈何 提交于 2019-12-11 07:17:44

问题


I need to set "execute" permissions on a file which is a part of the WAR project. Can I do this without resorting to Ant script?


回答1:


Actually I found the answer in the "Maven: The Definitive Guide": http://www.sonatype.com/books/maven-book/reference/assemblies-sect-filesets.html

Strange Google wasn't able to find it.



来源:https://stackoverflow.com/questions/1056403/how-do-i-set-file-permissions-in-maven-pom-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!