Looks like an old help plugin though. Could you run that again with
-U? If you still get the NPE, let me know, but also run:

mvn help:describe -DgroupId=org.apache.maven.plugins
-DartifactId=maven-site-plugin

Thanks,
Brett

On 3/20/06, Wilfred Springer <[EMAIL PROTECTED]> wrote:
> Hi Brett,
>
> I ran the command that you requested; here are the results:
>
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Building Blammo Logging
> [INFO]    task-segment: [help:describe] (aggregator-style)
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] [help:describe]
> [INFO] Searching repository for plugin with prefix: 'site'.
> [INFO]
> ----------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] null
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Trace
> java.lang.NullPointerException
>         at
> org.apache.maven.plugins.help.DescribeMojo.describePlugin(DescribeMojo.java:404)
>         at
> org.apache.maven.plugins.help.DescribeMojo.execute(DescribeMojo.java:222)
>         at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:415)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:531)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:485)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:455)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:303)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:216)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:139)
>         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: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: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)
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Total time: 4 seconds
> [INFO] Finished at: Mon Mar 20 08:53:26 CET 2006
> [INFO] Final Memory: 3M/5M
> [INFO]
> ----------------------------------------------------------------------------
>
> I'm running the 2.0.2 version of Maven.
>
> Cheers,
>
> Wilfred
>
>
> On Mon, 2006-03-20 at 09:48 +1100, Brett Porter wrote:
>
> > what version of the site plugin?
> >
> > mvn help:describe -Dplugin=site
> >
> > what version was it working in before?
> >
> > Cheers,
> > Brett
> >
> > On 3/20/06, Wilfred Springer <[EMAIL PROTECTED]> wrote:
> > > Hi all,
> > >
> > > AFAIK, in the past I was able to make sure that the doxia DocBook
> > > support kicked in by placing files in src/site/docbook, but nothing is
> > > happening now. I'm not even sure if DocBook support is invoked at all.
> > >
> > > Any clues?
> > >
> > > Thanks
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
> Wilfred Springer | Software Architect | TomTom |
> [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to