Sebastien Arbogast wrote:
I'm trying to deploy my site to sourceforge using either SCP or SFTP and I
keep getting an error because it tries to create a root directory, which it
shouldn't do because of sourceforge security policy. Here is my
distributionManagement section:
<distributionManagement>
<site>
<id>sourceforge</id>
<name>SourceForge server</name>
<url>scp://shell.sourceforge.net/tagspot/htdocs/dev</url>
</site>
<downloadUrl>
http://sourceforge.net/project/showfiles.php?group_id=${maven.sourceforge.project.groupId}
</downloadUrl>
</distributionManagement>
And here is the error message I get:
<snip/>
I've created the tagspot/htdocs/dev directory myself so I'm sure it exists.
Is there a way to tell site plugin to to try to create parent directory ?
Do you have the correct permissions set on the new directory? I'm not sure what
they need to be set to, but that might be the cause of your problem.
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]