jhunters / jprotobuf

A useful utility library for java programmer using google protobuf
Apache License 2.0
897 stars 283 forks source link

配置outputDirectory参数不生效,没有移动编译后的代码到outputDirectory中 #213

Open ichiro999 opened 7 months ago

ichiro999 commented 7 months ago

使用jprotobuf-precompile-plugin插件来预先编译,pom文件配置如下: image 但是运行之后,可以在outputParentDirectory配置的目录里看到temp目录,里面包含编译好的class,但是在outputDirectory配置的目录中却没有看到。请问如何处理