Maven打包指令:mvn clean install -Dmaven.test.skip=true -Dcheckstyle.skip=true
在执行时报错,报错信息如下:
Failed to execute goal org.xolstice.maven.plugins:protobuf-maven-plugin:0.6.1:compile (default) on project nacos-consistency: protoc did not exit cleanly.
我的原因是因为打包路径中存在中文因此打包失败,更改没有中文的路径再次执行就可以成功打包。
附一张成功打包截图: