On 10/21/05, David Sag <[EMAIL PROTECTED]> wrote:
>
>
> It really seems that I am the only person in thw world who usesasserts!
>
> When trying mvn javadoc:javadoc it complains that assert is a reserved
> word in java 1.4. for goodness sake, my pom.xml specifies the source is
> java1.4 in the compiler plugin, shouldn't this knowledge be passed on to
> the other plugins too -


Yes, it would be good for them to share, but for now you have to reproduce
the information.

but no. so i have a question.
>
> ideally i'd like my javadocs to be integrated into my site. what lifecycle
> phase should i bind the javadoc plugin to in order to generate javadocs as
> part of my site?


Add it as a reporting plugin as well as/instead of a build plugin.

- Brett

Reply via email to