File tree 4 files changed +34
-5
lines changed
4 files changed +34
-5
lines changed Original file line number Diff line number Diff line change 199
199
</arguments >
200
200
</configuration >
201
201
</execution >
202
+ <execution >
203
+ <id >copy-evaluation.proto</id >
204
+ <phase >validate</phase >
205
+ <goals >
206
+ <goal >exec</goal >
207
+ </goals >
208
+ <configuration >
209
+ <!-- run: cp schemas/protobuf/flagd/evaluation/v1/evaluation.proto src/main/proto/ -->
210
+ <executable >cp</executable >
211
+ <arguments >
212
+ <argument >schemas/protobuf/flagd/evaluation/v1/evaluation.proto</argument >
213
+ <argument >src/main/proto/</argument >
214
+ </arguments >
215
+ </configuration >
216
+ </execution >
217
+ <execution >
218
+ <id >copy-sync.proto</id >
219
+ <phase >validate</phase >
220
+ <goals >
221
+ <goal >exec</goal >
222
+ </goals >
223
+ <configuration >
224
+ <!-- run: cp schemas/protobuf/flagd/sync/v1/sync.proto src/main/proto/ -->
225
+ <executable >cp</executable >
226
+ <arguments >
227
+ <argument >schemas/protobuf/flagd/sync/v1/sync.proto</argument >
228
+ <argument >src/main/proto/</argument >
229
+ </arguments >
230
+ </configuration >
231
+ </execution >
202
232
<execution >
203
233
<id >copy-schema-json</id >
204
234
<phase >validate</phase >
Original file line number Diff line number Diff line change 1
- schema.proto
2
- sync_service.proto
1
+ * .proto
Original file line number Diff line number Diff line change 3
3
4
4
<!-- Ignore generated dev.openfeature.flagd.grpc schemas -->
5
5
<Match >
6
- <Package name =" ~dev\ .openfeature\ .flagd\ .grpc\ .*" />
6
+ <Package name =" ~dev.openfeature.flagd.grpc.*" />
7
7
</Match >
8
8
9
9
<!-- Ignore generated dev.openfeature.flagd.sync schemas -->
10
10
<Match >
11
- <Package name =" ~ dev\ .openfeature\ .flagd\ .sync\ .*" />
11
+ <Package name =" dev.openfeature.flagd.sync.*" />
12
12
</Match >
13
13
14
14
<!-- All bugs in test classes, except for JUnit-specific bugs -->
You can’t perform that action at this time.
0 commit comments