I often found myself in a situation where I would like to know exactly which Maven commands run Eclipse behind the scenes. In this case, I run webapp with WTP, but this question is more general (although I gladly accept the answers only for this scenario).
Is there a way with a pom configuration or an Eclipse configuration to view a log of all the commands (and possibly any output) that any Eclipse plugin (or at least m2eclipse-wtp) has run?
smp7d source share