Hi, when I using "mvn site:deploy" I will get an "Embedded Error; Unexpected
end of data"
I have no idea what is wrong and i cant find a log for more details.
Anybody knows this problem and can help me please?


POM

<distributionManagement>
        <site>
                <id>site-deploy-scp</id>
                <name>${artifactId}</name>
                <url>
                        scp://Moba/reposmoba
                </url>
        </site>
         
  </distributionManagement>     
</project>


settings.xml

<server>
      <id>site-deploy-scp</id>
      <username>Administrator</username>
      <password>admin</password>
    </server>
        

C:\scp\my-scp>mvn site:deploy
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'site'.
[INFO]
------------------------------------------------------------------------
[INFO] Building my-scp
[INFO]    task-segment: [site:deploy]
[INFO]
------------------------------------------------------------------------
[INFO] [site:deploy]

: scp://Moba/reposmoba - Session: Opened
Executing command: mkdir -p /reposmoba/.
Executing command: mkdir -p /reposmoba/.
Executing command: scp -t /reposmoba/./wagon57947.zip
scp://Moba/reposmoba - Session: Disconnecting
scp://Moba/reposmoba - Session: Disconnected
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error uploading site

Embedded error: Unexpected end of data
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 8 seconds
[INFO] Finished at: Thu Jan 22 09:19:21 CET 2009
[INFO] Final Memory: 7M/15M
[INFO]
------------------------------------------------------------------------
-- 
View this message in context: 
http://www.nabble.com/site%3Adeploy---unexpected-end-of-data-tp21600300p21600300.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to