基本上,我正在寻找与Ant的<echo>任务等效的maven。
<echo>
发布于 2011-06-30 08:22:45
使用maven-antrun-plugin?
https://stackoverflow.com/questions/6528731
相似问题