Just deleted the site plugin in my local repository and re-downloaded it and
got a different error message regarding the deploy issue I had, have to
catch a bus now but will have a look later on.



On 11/04/06, Mikael Andersson <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I would like to know how to get started using the updated site plug in and
> the skins feature, I have read a couple of posts about it but I can't get it
> to work properly ( can't get m2 to find the snapshot verison of the site
> plugin).
> I tried with todays SVN version of the maven-site-plugin but It didn't
> compile :( , thinking I would install the plugin into may local repository
> that way.
>
> If someone could post the pom settings to get the snapshot and the
> site.xml settings to get the skins stuff working, I would be thankful.
>
> Another thing, when I try to deploy my site I get this error:
> [ERROR] FATAL ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] org/apache/maven/wagon/providers/ssh/SshCommandExecutor
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Trace
> java.lang.NoClassDefFoundError:
> org/apache/maven/wagon/providers/ssh/SshCommandExecutor
>         at org.apache.maven.doxia.ScpSiteDeployMojo.execute(
> ScpSiteDeployMojo.java:133)
>         at org.apache.maven.plugin.DefaultPluginManager.executeMojo (
> DefaultPluginManager.java:412)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(
> DefaultLifecycleExecutor.java:534)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(
> DefaultLifecycleExecutor.java:488)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal
> (DefaultLifecycleExecutor.java:458)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(
> DefaultLifecycleExecutor.java:306)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(
> DefaultLifecycleExecutor.java:273)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute (
> DefaultLifecycleExecutor.java:140)
>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
>         at org.apache.maven.cli.MavenCli.main (MavenCli.java:256)
>         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:585)
>         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)
>
> I have this in my pom:
>     <distributionManagement>
>         <site>
>             <id>public_html</id>
>             <url>scp:/homes/mikael/public_html/docs/</url>
>         </site>
>     </distributionManagement>
>
> and I have username and password setup in settings.xml for that server id.
>
> Thanks,
>  Micke
>
>

Reply via email to