Brett,

Thought I'd weigh in on this as well...

C:\cvs_home\xyz2.1.2\svn3\Lib>mvn -U help:describe -Dplugin=site
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'help'.
[INFO] org.apache.maven.plugins: checking for updates from central
[INFO] org.codehaus.mojo: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-help-plugin: checking
for updates from central
[INFO] 
----------------------------------------------------------------------------
[INFO] Building lib
[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)


C:\cvs_home\xyz2.1.2\svn3\Lib>mvn -U help:describe
-DgroupId=org.apache.maven.plugins -DartifactId=maven-site-plugin
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'help'.
[INFO] org.apache.maven.plugins: checking for updates from central
[INFO] org.codehaus.mojo: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-help-plugin: checking
for updates from central
[INFO] 
----------------------------------------------------------------------------
[INFO] Building lib
[INFO]    task-segment: [help:describe] (aggregator-style)
[INFO] 
----------------------------------------------------------------------------
[INFO] [help:describe]
[INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking
for updates from central
[INFO] Plugin: 'org.apache.maven.plugins:maven-site-plugin:2.0-beta-4'
-----------------------------------------------
Group Id:  org.apache.maven.plugins
Artifact Id: maven-site-plugin
Version:     2.0-beta-4
Goal Prefix: site
Description:

Maven plugin parent

[INFO] 
----------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL



Wayne


On 3/20/06, Brett Porter <[EMAIL PROTECTED]> wrote:
> 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