Stephen Duncan wrote: >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? > > Ok, the directory should have been created. Noted.
>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 > > That's not relevant - that's seems to be that its using a Maven 1.x repository. >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. > > I assume you weren't having hanging problems before? Here are some things we could try to narrow it down: - run with --batch-mode (disables keyboard interactivity and also known hosts) - replace jsch-0.1.23 with jsch-0.1.21 (which came with beta-3) in $M2_HOME/lib >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) > > Ok, site:deploy from the released site plugin is not compatible with beta-3. I will release that one first out of the group. Thanks, Brett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
