pan3793 commented on PR #6975: URL: https://github.com/apache/hadoop/pull/6975#issuecomment-2274308687
@steveloughran I understand your concerns, without explicitly setting dependencies between executions, the final execution set and order will always seem fragile. > do we have any guarantees that it will continue to work? According to https://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html, `mvn javadoc:javadoc` would > Invokes the execution of the following [lifecycle phase](https://maven.apache.org/ref/current/maven-core/lifecycles.html) prior to executing itself: `generate-sources`. I think the answer is yes, assuming all executions within a goal run sequentially based on the declared order. (I didn't find such a statement in the Maven documentation, but it seems to be true) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
