Maven and Sourceforge

2006-11-27 Thread Wim Deblauwe
Hi, I started a wiki page to document the best-practises on using Sourceforge.net with Maven: http://docs.codehaus.org/display/MAVENUSER/MavenAndSourceforge It is based on my experience with Maven2 and sourceforge for the development of the vigilog project (http://vigilog.sourceforge.net) Curre

Re: Maven and Sourceforge

2006-11-27 Thread Geoffrey De Smet
Make sure to overwrite filePermissions and directoryPermissions if you want to allow other team mates to ever manage the site too. shell.sourceforge.net xxx xxx 775 775 Wim Deblauwe wrote, On 2006-11-27 1:42 PM:

Re: Maven and Sourceforge

2006-11-27 Thread Wim Deblauwe
Where should I put this piece of xml? Is this part of the pom or the settings.xml? regards, Wim 2006/11/27, Geoffrey De Smet <[EMAIL PROTECTED]>: Make sure to overwrite filePermissions and directoryPermissions if you want to allow other team mates to ever manage the site too.

Re: Maven and Sourceforge

2006-11-27 Thread Wendy Smoak
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 needs to match the one used in pom.xml so Maven will know to use t

Re: Maven and Sourceforge

2006-11-27 Thread Wim Deblauwe
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 > setti

Re: Maven and Sourceforge

2006-11-27 Thread Tom Huybrechts
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

Re: Maven and Sourceforge

2006-11-27 Thread Emmanuel Hugonnet
Wim Deblauwe a écrit : 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

Re: Maven and Sourceforge

2006-11-28 Thread Wim Deblauwe
Thanks for the input, I've updated the wiki page with it. This is unix notation for file permissions: r = 4 (read permission) w = 2 (write permission) x = 1 (execute permission) The first number is for user The second number is for group The third is for what's left ;-) So 7 = 4

Re : Maven and Sourceforge (mailing lists and subversion)

2006-11-28 Thread Julien HENRY
vembre 2006, 16h18mn 23s Objet : Re: Maven and Sourceforge Thanks for the input, I've updated the wiki page with it. This is unix notation for file permissions: > r = 4 (read permission) > w = 2 (write permission) > x = 1 (execute permission) > The first number is for

Re : Maven and Sourceforge (Change report and issue tracking)

2006-11-28 Thread Julien HENRY
d a link for feature requests or patches (only bugs) Hope it helps. ++ Julien - Message d'origine De : Wim Deblauwe <[EMAIL PROTECTED]> À : Maven Users List Envoyé le : Mardi, 28 Novembre 2006, 16h18mn 23s Objet : Re: Maven and Sourceforge Thanks for the input, I've upda

Re: Re : Maven and Sourceforge (Change report and issue tracking)

2006-11-29 Thread Wim Deblauwe
lauwe <[EMAIL PROTECTED]> À : Maven Users List Envoyé le : Mardi, 28 Novembre 2006, 16h18mn 23s Objet : Re: Maven and Sourceforge Thanks for the input, I've updated the wiki page with it. This is unix notation for file permissions: > r = 4 (read permission) > w = 2 (w

Re : Re : Maven and Sourceforge (Change report and issue tracking)

2006-11-29 Thread Julien HENRY
ercredi, 29 Novembre 2006, 9h00mn 46s Objet : Re: Re : Maven and Sourceforge (Change report and issue tracking) Thank you! I've updated the wiki with your information, I'm sure this will help a lot of people. regards, Wim 2006/11/28, Julien HENRY <[EMAIL PROTECTED]>: > > Here