Closed magick93 closed 7 years ago
Ah, I was saving proto files as .proto3
.
Changing file extension to .proto
fixed it.
thank you very much,this answer solve the problem perfectly after a long time of searching.
thank you very much for this solution
Im specifying an absolute path to my proto files
When there is an error in the proto files, the protofub-maven-plugin will identify this, eg,
[ERROR] /home/anton/git/myproject/generated/src/main/proto3/myproject/enums/ConfirmModes.proto [0:0]: myproject/enums/FeederModes.proto:3:1: Expected ";".
But, when this syntax error in the proto file is fixed, and I run again, I get:
No proto files to compile.