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?
+3
A:
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.
Sasha O
2009-06-29 03:12:41
Actually if you google "maven assembly plugin permission" the first result is the official reference from Maven http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html#class_fileSet, next time look at the assembly descriptor reference of the plugin
victor hugo
2009-07-02 17:45:21
Of course, if you know the magic word "assembly" :-)
Sasha O
2009-07-03 05:53:59