cowwoc commented on issue #15: Don't fail if module source path already exists. URL: https://github.com/apache/maven-javadoc-plugin/pull/15#issuecomment-449779787 @eolivelli I am trying to invoke `javadoc:aggregate` twice in a row. I tried https://github.com/apache/maven-javadoc-plugin/pull/15/commits/8960026ed32ef3a666f5c44000a40a49aed66577 but it seems to invoke `javadoc:aggregate` then run other goals then run `javadoc:aggregate` a second time. The intermediate goals are changing the state of the project and preventing the second `javadoc:aggregate` invocation from failing. I just committed https://github.com/apache/maven-javadoc-plugin/pull/15/commits/4beb5c9f776e8e506bc4ee154228022227dcfb4f to remove the integration test per Robert's feedback, but I'd really like to know how I was supposed to get the integration test working as expected. As an aside, I believe this branch should now be ready to merge.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
