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]