these are unix file permissions. The 3 digits are for the user, the group and all users respectively, and you have 4 for reading, 2 for writing and 1 for executing.
So 775 means read,write and execute for user and group, and read and execute for others. Not sure why you'd want the execute bit for plain files, but for directories this means that you can go into them. Tom On 11/28/06, Wim Deblauwe <[EMAIL PROTECTED]> wrote:
Ok, thanks for the input. Can you elaborate some on what "775" means, I can put that on the wiki then. regards, Wim 2006/11/27, Wendy Smoak <[EMAIL PROTECTED]>: > > On 11/27/06, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > > > Where should I put this piece of xml? Is this part of the pom or the > > settings.xml? > > settings.xml, because it's developer specific (it has your userid and > password.) > > Then the <id> needs to match the one used in pom.xml so Maven will > know to use these settings. > > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
