On 10/14/05, Brett Porter <[EMAIL PROTECTED]> wrote: > Stephen Duncan wrote: > > >Now on every artifact to deploy to my internal repository, it asks: > > > >The authenticity of host 'cdciedev.cie.mil' can't be established. > >RSA key fingerprint is cc:44:f4:82:15:a3:17:15:7f:b4:7c:f4:a6:06:31:7e. > >Are you sure you want to continue connecting? (yes/no): > > > > > It should save it in ~/.ssh/known_hosts (using the standard openssh > format, so is compatible with anything already in that file), after the > first yes. Is it possible that file is not writable?
Well, the directory doesn't exit. I'm on Windows, and I have a file C:\Documents And Settings\duncans\ssh\known_hosts, but it only has my CVS server in it, so I think it's used by Eclipse only. There is no folder .ssh. In beta-3 did it not bother checking at all, or si there somewhere else it might be stored? Just tested: I created the directory and file C:\Documents And Settings\duncans\.ssh\known_hosts, and it no longer asked after the first time. Instead, the first time it hung on uploading the jar. Second attempt worked fine. Also, there's a warning: [WARNING] POM for: 'commons-io:commons-io:pom:1.0' does not appear to be valid. Its will be ignored for artifact resolut ion. Reason: Failed to validate POM Not sure if that could cause problems. Attempt #3 to run m2 deploy hung on "Uploading project information" Attempt #4 hung after saying it uploaded the POM and before it usually says retrieving metadata Attempt #5 worked fine. > >Also, the site:deploy throws an exception, though I think that falls > >under "plugin issues" > > > > > It could be related. What is the exception? [ERROR] BUILD ERROR [INFO] ---------------------------------------------------------------------------- [INFO] Error transfering site archive! [INFO] ---------------------------------------------------------------------------- [DEBUG] Trace org.apache.maven.lifecycle.LifecycleExecutionException: Error transfering site archive! at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:544) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:482) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:452) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.jav a:301) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:268) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:137) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:316) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:113) at org.apache.maven.cli.MavenCli.main(MavenCli.java:249) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Caused by: org.apache.maven.plugin.MojoExecutionException: Error transfering site archive! at org.apache.maven.doxia.ScpSiteDeployMojo.execute(ScpSiteDeployMojo.java:169) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:399) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:519) ... 16 more Caused by: java.lang.ClassCastException at org.apache.maven.doxia.ScpSiteDeployMojo.execute(ScpSiteDeployMojo.java:133) ... 18 more [INFO] ---------------------------------------------------------------------------- > Cheers, > Brett > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Stephen Duncan Jr www.stephenduncanjr.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]