HADOOP-19248. Protobuf code generate and replace should happen together (#6975)
Contributed by Cheng Pan
This commit is contained in:
parent
e4ee3d560b
commit
0aab1a2976
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user