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 (#6975)


Contributed by Cheng Pan
  • Loading branch information
pan3793 committed Aug 30, 2024
1 parent e4d46d8 commit 6bee9db
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 @@ -2287,7 +2287,7 @@
<executions>
<execution>
<id>replace-generated-sources</id>
<phase>process-sources</phase>
<phase>generate-sources</phase>
<goals>
<goal>replace</goal>
</goals>
Expand All @@ -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>
Expand All @@ -2327,7 +2327,7 @@
</execution>
<execution>
<id>replace-sources</id>
<phase>process-sources</phase>
<phase>generate-sources</phase>
<goals>
<goal>replace</goal>
</goals>
Expand All @@ -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>
Expand Down

0 comments on commit 6bee9db

Please sign in to comment.