What's your project file structure? Nothing in your POM stuck out as being obviously wrong at a quick glance...
Also, what version of the plugin are you using? Perhaps you've got an older version of the javadoc plugin. Not sure if there have been any new releases but might be worth running with -up (I think that's the switch) to see if there is a new JavaDoc plugin. One more thing, what version of Maven? I took a quick peek but didn't see it in your log files. Regards, Randall -----Original Message----- From: Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 15, 2008 7:34 AM To: Maven Users List Subject: Re: Running javadoc:javadoc with site:site causes problems Randall Fidler wrote: > 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. Hi Randall, let's make it clearer: This is my pom.xml: http://rafb.net/p/Ox0fS259.html this is what I get when I run "mvn javadoc:javadoc": http://rafb.net/p/U0KqMb29.html this is what I get when I run "mvn site:site": http://rafb.net/p/7xREXc27.html Do you see the diffrence? 1. It generates testdocs for some reason 2. it says it can't resolve types and classes which did not happen with javadoc:javadoc Any idea? -- <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]
