xolstice / protobuf-maven-plugin

Maven Plugin that executes the Protocol Buffers (protoc) compiler
https://www.xolstice.org/protobuf-maven-plugin/
Other
232 stars 76 forks source link

protobuf-maven-plugin gives error "unable to clean up temporary proto file directory" #113

Open ananta-code opened 1 year ago

ananta-code commented 1 year ago

Hi,

i am using protobuf-maven-plugin in my application and i am using bazel to build the app . suprisingly intermitently i am getting issue unable to clean up temporary proto file directory.

this is my protobuf plugin.

`

org.xolstice.maven.plugins protobuf-maven-plugin 0.6.1 true true ${project.build.directory} total_trip_proto-descriptor-set.proto.bin false com.google.protobuf:protoc:3.3.0:exe:${os.detected.classifier} grpc-java io.grpc:protoc-gen-grpc-java:1.33.0:exe:${os.detected.classifier} compile compile-custom `