How to echo in Maven without Antrun plugin?

后端 未结 4 707
攒了一身酷
攒了一身酷 2021-02-13 16:22

How can I print to the console while executing a mvn command (in a phase/goal), but not using Maven Antrun plugin?

Why I reject Antrun solutions:

  • The over
4条回答
  •  无人共我
    2021-02-13 17:09

    I haven't tried this myself but there is a plugin here which may help:

    http://code.google.com/p/maven-echo-plugin/

提交回复
热议问题