Hi,
I am trying to deploy yoko to the apache snapshot repository but I keep running in to a lot of issues... Error: [WARNING] repository metadata for: 'snapshot org.apache.yoko:yoko:1.0-incubating -M1-SNAPSHOT' could not be retrieved from repository: apache due to an error: Ex it code: 1 - Host key verification failed. [INFO] Repository 'apache' will be blacklisted Uploading: scpexe://cvs.apache.org/www/cvs.apache.org/repository/org.apache.yoko /poms/yoko-1.0-incubating-M1-SNAPSHOT.pom My distributionManagement in the pom looks like this: <distributionManagement> <snapshotRepository> <id>apache.snapshots</id> <name>Apache Development Snapshot Repository</name> <url>scpexe://people.apache.org/www/people.apache.org/maven-snapshot-rep ository</url> </snapshotRepository> </distributionManagement> I had it as <url>scpexe://minotaur.apache.org/www/people.apache.org/maven-snapshot-r epository</url> but that didn't work... The problem is why it is going to cvs.apache.org even though I have mentioned people.apache.org.... I cannot login to cvs.apache.org, so I guess that the error... but how to avoid it from going there... Complete log: [INFO] Installing D:\yoko\another-copy\pom.xml to d:\yoko\repository\org\apache\ yoko\yoko\1.0-incubating-M1-SNAPSHOT\yoko-1.0-incubating-M1-SNAPSHOT.pom [INFO] [maven-one-plugin:install-maven-one-repository {execution: default}] [INFO] Installing D:\yoko\another-copy\pom.xml to C:\Documents and Settings\brav i\.maven\repository\org.apache.yoko\poms\yoko-1.0-incubating-M1-SNAPSHOT .pom [INFO] [deploy:deploy] [INFO] Retrieving previous build number from apache.snapshots Uploading: scpexe://people.apache.org/www/people.apache.org/maven-snapshot-repos itory/org/apache/yoko/yoko/1.0-incubating-M1-SNAPSHOT/yoko-1.0-incubatin g-M1-200 60810.144211-3.pom [INFO] Retrieving previous metadata from apache.snapshots [INFO] Uploading repository metadata for: 'artifact org.apache.yoko:yoko' [INFO] Retrieving previous metadata from apache.snapshots [INFO] Uploading repository metadata for: 'snapshot org.apache.yoko:yoko:1.0-inc ubating-M1-SNAPSHOT' [INFO] [maven-one-plugin:deploy-maven-one-repository {execution: default}] [INFO] Retrieving previous build number from apache [WARNING] repository metadata for: 'snapshot org.apache.yoko:yoko:1.0-incubating -M1-SNAPSHOT' could not be retrieved from repository: apache due to an error: Ex it code: 1 - This is eris. Please visit people.apache.org to log in to your apa che account. Permission denied (publickey,keyboard-interactive). [INFO] Repository 'apache' will be blacklisted Uploading: scpexe://cvs.apache.org/www/cvs.apache.org/repository/org.apache.yoko /poms/yoko-1.0-incubating-M1-SNAPSHOT.pom Thanks Balaji