This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push: new 6bee9db424a HADOOP-19248. Protobuf code generate and replace should happen together (#6975) 6bee9db424a is described below commit 6bee9db424a804ac08847dd53001ab39f568229e Author: Cheng Pan <cheng...@apache.org> AuthorDate: Fri Aug 30 18:30:00 2024 +0800 HADOOP-19248. Protobuf code generate and replace should happen together (#6975) Contributed by Cheng Pan --- hadoop-project/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index c4aa1a39018..e92e41ac99e 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -2287,7 +2287,7 @@ <executions> <execution> <id>replace-generated-sources</id> - <phase>process-sources</phase> + <phase>generate-sources</phase> <goals> <goal>replace</goal> </goals> @@ -2307,7 +2307,7 @@ </execution> <execution> <id>replace-generated-test-sources</id> - <phase>process-test-resources</phase> + <phase>generate-test-resources</phase> <goals> <goal>replace</goal> </goals> @@ -2327,7 +2327,7 @@ </execution> <execution> <id>replace-sources</id> - <phase>process-sources</phase> + <phase>generate-sources</phase> <goals> <goal>replace</goal> </goals> @@ -2347,7 +2347,7 @@ </execution> <execution> <id>replace-test-sources</id> - <phase>process-test-sources</phase> + <phase>generate-test-sources</phase> <goals> <goal>replace</goal> </goals> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org