Hi Michael,

        I haven't tried to use javadoc:javadoc but do get javadoc output
with my pom configured like below and running site:site or even site:run

    <reporting>

          ...

        <plugins>
            <plugin>
                <artifactId>maven-javadoc-plugin</artifactId>
            </plugin>
        </plugins>
        
          ...

    </reporting>

I'm not sure if that's what you're after, but does crank out javadoc in
the Maven generated site.

Regards,

Randall

-----Original Message-----
From: Michael [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 15, 2008 7:14 AM
To: [email protected]
Subject: Running javadoc:javadoc with site:site causes problems

Hi,

I configured my pom reporting to run javadoc:javadoc within the site 
generation.
Running javadoc:javadoc outputs no errors, running site:site gives me 
tonnes of errors telling that some packages cannot be resolved.

I don't understand that since the doc site of javadoc plugins says 
site:site runs javadoc:javadoc too.

Did I something wrong?
Any necessary resource can be provided.

Thx in advance,

Mike
-- 
<NO> OOXML - Say NO To Microsoft Office broken standard
http://www.noooxml.org

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


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

Reply via email to