How can i display a message in Maven? In ant, we do have "echo" to display a message, but in maven, how can i do that?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can use the antrun plugin:
One issue though is that you have to choose what phase of the build lifecycle to bind this to (my example has the plugin bound to |
|||
|
|