View jmove Git Repository here.
git clone git://git.code.sf.net/p/jmove/git jmove-git
git clone ssh://{sourceforge-user-name}@git.code.sf.net/p/jmove/git jmove git clone https://{sourceforge-user-name}@git.code.sf.net/p/jmove/git jmove
Details for developer access at https://sourceforge.net/p/forge/documentation/SFTP/:
sftp {sourceforge-user-name}@web.sf.net cd /home/groups/j/jm/jmove/htdocs
Details for developer access at https://sourceforge.net/p/forge/documentation/Shell%20Service/:
ssh -t {sourceforge-user-name},jmove@shell.sf.net create cd /home/project-web/jmove/htdocs
Deploying jmove web site can be easily done using the maven site plugin.
First ensure your ${user.home}/.m2/settings.xml has a valid server entry "jmove.sf.net", for example:
<server> <id>jmove.sf.net</id> <username>{sourceforge-user-name},jmove</username> <privateKey>${user.home}/.ssh/id_dsa</privateKey> <filePermissions>664</filePermissions> <directoryPermissions>775</directoryPermissions> <configuration></configuration> </server>
After establishing a shell at shell.sf.net, the site can be deployed:
ssh -t {sourceforge-user-name},jmove@shell.sf.net create mvn site:deploy