[
https://issues.apache.org/jira/browse/HADOOP-19248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17871787#comment-17871787
]
ASF GitHub Bot commented on HADOOP-19248:
-----------------------------------------
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)
> Protobuf code generate and replace should happen together
> ---------------------------------------------------------
>
> Key: HADOOP-19248
> URL: https://issues.apache.org/jira/browse/HADOOP-19248
> Project: Hadoop Common
> Issue Type: Bug
> Components: common
> Reporter: Cheng Pan
> Priority: Major
> Labels: pull-request-available
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]