ohhh.... the trick is it will only work if the xmlbeans plugin detects there are new sources to generate. In other words

mvn clean generate-sources javadoc:javadoc
    ^^^^^

-Peter

Peter Lynch wrote:
Doesn't work for me. Is there some specific pom setting I need?

The javadoc plugin just produces a lone target/javadoc/apidocs/index.html

Also, which implementation has the limitation - maven, javadoc plugin or
xmlbeans plugin or something else?

-Peter

Brett Porter wrote:

THis is a limitation in the current implementation, but you can work
around it by running:

m2 generate-sources javadoc:javadoc

On 10/27/05, Peter Lynch <[EMAIL PROTECTED]> wrote:

[snip]


---------------------------------------------------------------------
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