maven插件的机制是怎样的
比如maven编译器插件在执行时是否只是启动一个进程来执行javac命令?
For example, does maven compiler plugin simply start a process to execute javac command when executing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 Maven 编译器插件,它与您所描述的完全一样,但其他插件的工作方式有所不同。如果您的问题更具体,希望答案可以更具体。
In the case of the maven compiler plugins it's exactly as you described, but other plugin's work differently. May the answer could be more specific if you questions would be more specific.