Skip to content

Commit

Permalink
Define the maven phase for generating protobuf code (apache#3609)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Feb 18, 2019
1 parent bca09b0 commit 384fca3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion managed-ledger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<dependency>
<groupId>org.apache.bookkeeper.stats</groupId>
<artifactId>prometheus-metrics-provider</artifactId>
<version>${bookkeeper.version}</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -133,6 +132,7 @@
</configuration>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>compile</goal>
</goals>
Expand Down
1 change: 1 addition & 0 deletions pulsar-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@
</configuration>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>compile</goal>
<goal>test-compile</goal>
Expand Down
1 change: 1 addition & 0 deletions pulsar-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
</configuration>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>test-compile</goal>
</goals>
Expand Down
1 change: 1 addition & 0 deletions pulsar-functions/proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
</configuration>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>compile</goal>
<goal>compile-custom</goal>
Expand Down

0 comments on commit 384fca3

Please sign in to comment.