All, I am trying to deploy the site using ftp, but I can't get it configured. The fact that ssh is being used suggests that maven didn't recognize the ftp url.
I must be missing something but I can't figure out what it is. Any help is highly appreciated. Thanks, Erwin This is a snippet from my build.properties (not over ridden in project.properties)... maven.repo.list=myproject maven.repo.myproject=ftp://webserver maven.repo.myproject.directory=website ... and this is the output BUILD FAILED File...... D:\Documents and Settings\Erwin\.maven\cache\maven-site-plugin-1.6.1\plugin.jelly Element... exec Line...... 171 Column.... 56 Execute failed: java.io.IOException: CreateProcess: ssh -l <username> sebserver "mkdir -p website/myProject/anArtifact" error=2 Total time : 2 minutes 42 seconds Finished at : Sunday, August 28, 2005 5:18:17 PM EDT --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
