Hello,
I am trying to read files created by TAP filter in envoy.
I noticed that the proto files are available in the repo.
I tried to run the following command
```
```
While the above does build the java files correctly. I am unable to use them as i see further compile time errors
```
java: package io.envoyproxy.envoy.config.core.v3 does not exist
```
Is there any guidance on how to create java lang artifacts to process envoy tap filter files.