Build exporters with maven. (#76)

pull/80/head
Bogdan Drutu 6 years ago committed by GitHub
parent 07a6f74fb9
commit 0857a45d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pom.xml

@ -52,6 +52,7 @@
<pluginArtifact>io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier}</pluginArtifact>
<protoSourceRoot>.</protoSourceRoot>
<includes>
<include>opencensus/proto/exporter/*.proto</include>
<include>opencensus/proto/stats/*.proto</include>
<include>opencensus/proto/metrics/*.proto</include>
<include>opencensus/proto/trace/*.proto</include>

Loading…
Cancel
Save