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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to