It's a windows machine and my account has admin access. If i use "mvn site-deploy" the scp works fine but If i start continuum from the same command line "continuum start" and then build the project, everything works with the exception of the SCP.
Does continuum use the settings.xml file in my maven directory or do I need to copy this to a continuum directory? Thanks. Wendy Smoak-3 wrote: > > On Thu, Sep 30, 2010 at 11:53 AM, sb101 <[email protected]> > wrote: >> I can successfully deploy my site using “mvn site-deploy” and it copies >> the >> files to my remote machine successfully. The maven settings.xml file has >> my >> site details defined and in my maven install conf directory (i.e. >> C:\apache-maven-2.2.1\conf). >> >> Unfortunately, I cannot get this to work with Continuum. The build is >> fine >> but deploying to the site fails as below: > > What user does Continuum run as? Does it work if you log in as that > user and execute the build? > > Continuum simply executes a command and captures the output, so if you > can get it working at the command line, it should work in a scheduled > build. > > -- > Wendy > > -- View this message in context: http://old.nabble.com/Using-site-deploy-not-working-in-continuum.-tp29847542p29850273.html Sent from the Continuum - Users mailing list archive at Nabble.com.
