We have testNG reports generated under /${basedir}/test-output, and
javadoc generated under /${basedir}/target/apidocs/  that I was trying
to upload through SCP to our apache webserver using Maven.  I thought
that mvn site-deploy might do this, but I guess there is some
incompatibilities with maven 3.0 and the maven-site-plugin.  

I have since wrote some .bat files to handle the SCP, and will probably
just use those to update our documentation.

Thanks,
Chris

-----Original Message-----
From: users-return-112877-meeusen.christopher=mayo....@maven.apache.org
[mailto:[email protected]
g] On Behalf Of Dennis Lundberg
Sent: Saturday, July 24, 2010 4:13 PM
To: Maven Users List
Subject: Re: mvn site:deploy error

What is it you are trying to achieve here?

It doesn't seem to involve "site:deploy" like the subject says. What
command are you running on the command line?

On 2010-07-23 19:53, Meeusen, Christopher W. wrote:
> Hi,
> 
>  
> 
> I'm trying to transfer a directory of files to our web server, and I 
> thought that using mvn site:deploy would do what I want, but I'm 
> getting an error when I run the site:deploy command.  I'm running from

> Windows 7 scp'ing to linux 10.04 server edition.  The linux system has
openSSH
> already installed.   I'm trying to follow the documentation here
> http://maven.apache.org/plugins/maven-deploy-plugin/examples/deploy-ss
> h- external.html, but I must be missing something....  I've already 
> downloaded the plink.exe file and added the directory to my path 
> variable.
> 
>  
> 
>  
> 
> Thanks!
> 
> Chris
> 
>  
> 
> Here is my pom.xml settings:
> 
>  
> 
> <distributionManagement>
> 
>       <repository>
> 
>             <id>r0210112</id>
> 
>             <url>scpexe://var/www/wsaxis2M</url>
> 
>       </repository>
> 
>   </distributionManagement>
> 
>    
> 
>    <build>
> 
>  
> 
>       <extensions>
> 
>       <!-- Enabling the use of FTP -->
> 
>       <extension>
> 
>         <groupId>org.apache.maven.wagon</groupId>
> 
>          <artifactId>wagon-ssh-external</artifactId>
> 
>          <version>1.0-beta-6</version>
> 
>       </extension>
> 
>     </extensions>
> 
>       
> 
>  
> 
>  
> 
>  
> 
> And my setup in my settings.xml
> 
> <server>
> 
>       <id>r0210112</id>
> 
>       <username>maven</username>
> 
>       <password>PASSWORD</password>
> 
>       <filePermissions>644</filePermissions>
> 
>                   <directoryPermissions>755</directoryPermissions>
> 
>      <!-- <privateKey>/path/to/your/private/key</privateKey>  not 
> needed if using pageant -->
> 
>       <configuration>
> 
>         <sshExecutable>plink</sshExecutable>
> 
>         <scpExecutable>pscp</scpExecutable>
> 
>         <!-- <sshArgs>other arguments you may need</sshArgs> -->
> 
>       </configuration>
> 
>     </server>
> 
>  
> 
>  
> 
>  
> 
> Error message:
> 
>  
> 
> ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-deploy-plugin:2.4:deploy 
> (default-deploy) on project wsaxisM: Error deploying artifact: Error 
> executing command for transfer: Exit code 1 - 'ssh' is not recognized 
> as an internal or external command,
> 
> operable program or batch file.
> 
> -> [Help 1]
> 
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to 
> execute goal org.apache.maven.plugins:maven-deploy-plugin:2.4:deploy
> (default-deploy) on project wsaxisM: Error deploying artifact: Error 
> executing command for transfer
> 
>       at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLif
> ec
> ycleExecutor.java:585)
> 
>       at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLif
> ec
> ycleExecutor.java:324)
> 
>       at 
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:247)
> 
>       at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:104)
> 
>       at org.apache.maven.cli.MavenCli.execute(MavenCli.java:427)
> 
>       at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:157)
> 
>       at org.apache.maven.cli.MavenCli.main(MavenCli.java:121)
> 
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 
>       at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> av
> a:39)
> 
>       at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> or
> Impl.java:25)
> 
>       at java.lang.reflect.Method.invoke(Method.java:597)
> 
>       at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launc
> he
> r.java:290)
> 
>       at
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java
> :2
> 30)
> 
>       at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Lau
> nc
> her.java:409)
> 
>       at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:3
> 52
> )
> 
> Caused by: org.apache.maven.plugin.MojoExecutionException: Error 
> deploying artifact: Error executing command for transfer
> 
>       at
> org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:195)
> 
>       at
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultB
> ui
> ldPluginManager.java:105)
> 
>       at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLif
> ec
> ycleExecutor.java:577)
> 
>       ... 14 more
> 
> Caused by:
> org.apache.maven.artifact.deployer.ArtifactDeploymentException: Error 
> deploying artifact: Error executing command for transfer
> 
>       at
> org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(Defa
> ul
> tArtifactDeployer.java:92)
> 
>       at
> org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:173)
> 
>       ... 16 more
> 
> Caused by: org.apache.maven.wagon.TransferFailedException: Error 
> executing command for transfer
> 
>       at
> org.apache.maven.wagon.providers.ssh.external.ScpExternalWagon.put(Scp
> Ex
> ternalWagon.java:395)
> 
>       at
> org.apache.maven.repository.legacy.DefaultWagonManager.putRemoteFile(D
> ef
> aultWagonManager.java:498)
> 
>       at
> org.apache.maven.repository.legacy.DefaultWagonManager.putArtifact(Def
> au
> ltWagonManager.java:450)
> 
>       at
> org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(Defa
> ul
> tArtifactDeployer.java:82)
> 
>       ... 17 more
> 
> Caused by: org.apache.maven.wagon.CommandExecutionException: Exit code

> 1
> - 'ssh' is not recognized as an internal or external command,
> 
> operable program or batch file.
> 
>  
> 
>       at
> org.apache.maven.wagon.providers.ssh.external.ScpExternalWagon.execute
> Co
> mmand(ScpExternalWagon.java:209)
> 
>       at
> org.apache.maven.wagon.providers.ssh.external.ScpExternalWagon.execute
> Co
> mmand(ScpExternalWagon.java:149)
> 
>       at
> org.apache.maven.wagon.providers.ssh.external.ScpExternalWagon.put(Scp
> Ex
> ternalWagon.java:389)
> 
>       ... 20 more
> 
> [ERROR]
> 
> 


--
Dennis Lundberg

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


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

Reply via email to