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
