Re: Jar:deploy and directory group ownership

2005-02-15 Thread Brett Porter
The technique for using the standard method has its properties listed here: http://maven.apache.org/reference/plugins/artifact/properties.html This includes a "directoryMode" parameter, which defaults to whatever the file mode is (g+w). - Brett On Tue, 15 Feb 2005 15:57:04 -0500, Aleksandr Shne

Re: Jar:deploy and directory group ownership

2005-02-15 Thread Rick Mangi
Set the sticky bit on the directory to keep group ownership static. On Feb 15, 2005, at 3:57 PM, Aleksandr Shneyderman wrote: I am trying to deploy my jars and while the group ownership is set allright the directories that are created to place the jar file into are not well group owned. They are b

Jar:deploy and directory group ownership

2005-02-15 Thread Aleksandr Shneyderman
I am trying to deploy my jars and while the group ownership is set allright the directories that are created to place the jar file into are not well group owned. They are basically set group not writable, which prevents anyone trying to deploy artifact after me into the same directory. Any ideas