问题现象:在一个已有的proto文件(RecommendResponse.proto)中新增一个message(MsgList),用maven编译proto文件时报错:
E:\workspace\wlf\wlf-msg-api>mvn clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: windows
[INFO] os.detected.arch: x86_64
[INFO] os.detected.version: 10.0
[INFO] os.detected.version.major: 10
[INFO] os.detected.version.minor: 0
[INFO] os.detected.classifier: windows-x86_64
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building wlf-msg-api 1.0.18061
[INFO] ------------------------------------------------------------------------
[INFO]
[IN