Skip to content

Commit

Permalink
HADOOP-19248. Protobuf code generate and replace should happen togeth…
Browse files Browse the repository at this point in the history
…er (apache#6975)


 Contributed by Cheng Pan
  • Loading branch information
pan3793 authored and Hexiaoqiao committed Sep 12, 2024
1 parent 288c561 commit 93a080d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hadoop-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2309,7 +2309,7 @@
<executions>
<execution>
<id>replace-generated-sources</id>
<phase>process-sources</phase>
<phase>generate-sources</phase>
<goals>
<goal>replace</goal>
</goals>
Expand All @@ -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>
Expand All @@ -2349,7 +2349,7 @@
</execution>
<execution>
<id>replace-sources</id>
<phase>process-sources</phase>
<phase>generate-sources</phase>
<goals>
<goal>replace</goal>
</goals>
Expand All @@ -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>
Expand Down

0 comments on commit 93a080d

Please sign in to comment.