site:stage-deploy fails on Windows for projects with 3 levels of modules
------------------------------------------------------------------------
Key: MSITE-384
URL: http://jira.codehaus.org/browse/MSITE-384
Project: Maven 2.x Site Plugin
Issue Type: Bug
Components: multi module
Affects Versions: 2.0-beta-7
Reporter: Dennis Lundberg
My case involves deploying a staging site for doxia-1.0. The project structure
is like this:
{noformat}
doxia
|
`-- doxia-modules
|
`-- doxia-module-confluence
{noformat}
After running 'mvn site:stage-deploy -Preporting' I get the following error
message:
Executing command: scp -t
"/www/maven.apache.org/doxia/doxia-1.0.x/staging/doxia-modules\doxia-module-confluence/./wagon7568.zip"
Transfer error: java.io.IOException: SCP terminated with error: 'scp:
/www/maven.apache.org/doxia/doxia-1.0.x/staging/doxia-modules\doxia-module-confluence/./wagon7568.zip:
No such file or directory'
Transfer error: org.apache.maven.wagon.TransferFailedException: Error occured
while deploying './wagon7568.zip' to remote repository:
scp://people.apache.org/www/maven.apache.org/doxia/doxia-1.0.x/staging/doxia-modules\doxia-module-confluence:
SCP terminated with error: 'scp:
/www/maven.apache.org/doxia/doxia-1.0.x/staging/doxia-modules\doxia-module-confluence/./wagon7568.zip:
No such file or directory'
If you look closely at the scp: URL it contains a '\' instead of a '/' between
doxia-modules and doxia-module-confluence.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira