I am trying to use reactor in Nanning to build sub-components. It works
fine for 'jar:install' but when I do 'site' on my sub-components to
generate the project-website it fails with this strange message:

null:143:54: <attainGoal> null:64:15: <maven:reactor> Unable to obtain
goal [site] -- null:24:42: <attainGoal> null:-1:-1: <null> Goal
[xdoc:register-reports] has no action definition.

I'm running b9.

The goal I'm using looks like this:

    <goal name="nanning:frameworks-docs">

        <attainGoal name="jar:install" />

        <maven:reactor
            basedir="${basedir}/src/frameworks"
            includes="*/project.xml"
            goals="site"
            banner="Generating docs for"
            ignoreFailures="false"
            />

    </goal>

There are no reports defined in my sub-projects.

Would it help to switch to CVS HEAD, or is that still too shaky? (I
tried to hang on for a while between b8 and b9...)


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

Reply via email to