Hi, I found out how to specify the username and password as part of the ftp url Now I have specified the remote repository as
maven.repo.remote = ftp:///uname:[EMAIL PROTECTED] but I am still getting the same error when I try to build. Error retrieving artifact from [ftp://n123/xyz/jars/xyz-1.0.jar]: java.net.ProtocolException: Server redirected too many times (20) I am able to access the site by giving the url ftp://uname:[EMAIL PROTECTED] If I specify the same(with 2 forward slashes) in my build.properties file, I get a StringIndexOutOfBounds exception.
