This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new 0aab1a29764 HADOOP-19248. Protobuf code generate and replace should happen together (#6975) 0aab1a29764 is described below commit 0aab1a297647688173a024b003e88e98d9ae92ad Author: Cheng Pan <cheng...@apache.org> AuthorDate: Thu Aug 29 03:18:46 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 4c69012f08d..05dccb62985 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -2309,7 +2309,7 @@ <executions> <execution> <id>replace-generated-sources</id> - <phase>process-sources</phase> + <phase>generate-sources</phase> <goals> <goal>replace</goal> </goals> @@ -2329,7 +2329,7 @@ </execution> <execution> <id>replace-generated-test-sources</id> - <phase>process-test-resources</phase> + <phase>generate-test-resources</phase> <goals> <goal>replace</goal> </goals> @@ -2349,7 +2349,7 @@ </execution> <execution> <id>replace-sources</id> - <phase>process-sources</phase> + <phase>generate-sources</phase> <goals> <goal>replace</goal> </goals> @@ -2369,7 +2369,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