Skip to content

Commit

Permalink
change replacer to generate-sources phase
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Aug 1, 2024
1 parent caef34f commit fb57259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hadoop-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2318,7 +2318,7 @@
<executions>
<execution>
<id>replace-generated-sources</id>
<phase>process-sources</phase>
<phase>generate-sources</phase>
<goals>
<goal>replace</goal>
</goals>
Expand Down Expand Up @@ -2358,7 +2358,7 @@
</execution>
<execution>
<id>replace-sources</id>
<phase>process-sources</phase>
<phase>generate-sources</phase>
<goals>
<goal>replace</goal>
</goals>
Expand Down

0 comments on commit fb57259

Please sign in to comment.