Re: dry run any goals

2014-08-22 Thread Curtis Rueden
Hi Martin, > how do I get maven to tell me what will be removed when I type "mvn > clean" without actually performing the removal? Looking at the docs [1], it seems that the maven-clean-plugin does not have that feature. But looking at the source [2], it would probably be a pretty easy feature t

dry run any goals

2014-08-22 Thread Martin d'Anjou
Hello, In GNU Make, I can use the -n command line option to get Make to tell me what will happen without actually performing any action. Specifically, how do I get maven to tell me what will be removed when I type "mvn clean" without actually performing the removal? In general, how do I get