|
From: Frederic S. <fre...@gm...> - 2006-06-17 08:38:06
|
If you want to deploy the plugins to sourceforge, please add these lines to
your maven2 settings.xml:
<server>
<id>sourceforge.net</id>
<username>[sourceforge user name]</username>
<password>[sourceforge password]</password>
<filePermissions>664</filePermissions>
<directoryPermissions>775</directoryPermissions>
</server>
For Windows users you need to add also to the above server tag:
<configuration>
<sshExecutable>plink</sshExecutable>
<scpExecutable>pscp</scpExecutable>
</configuration>
It is important or we will not be able to deploy after you (no group write
access files in the sourceforge server).
Thanks.
|