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 maven to do a dry run of any goal and reveal
the commands it will perform?
Thanks,
Martin
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 maven to do a dry run of any goal and reveal
the commands it will perform?
Thanks,
Martin