Greetings, On Tue, Apr 3, 2012 at 8:02 PM, Radim Kolar <[email protected]> wrote: > I need to create executable file in target/ directory. It is script which > needs to be copied from src/ tree and then chmod +x. > > resource plugin can copy it but can not chmod +x it > assembly plugin can make it executable but it is placed into tar archive > > any ideas?
http://maven.apache.org/plugins/maven-antrun-plugin/run-mojo.html http://ant.apache.org/manual/Tasks/chmod.html -Jesse -- There are 10 types of people in this world, those that can read binary and those that can not. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
