Search code examples
mavenmaven-assembly-plugin

How do you disable the maven-assembly-plugin plugin from the command line?


This is just like this question only this is about the maven-assembly-plugin, not the javadoc plugin. I don't want to use a profile to do this because that would be more error prone than a command line option.


Solution

  • I figured this out on my own. You do it with -Dassembly.skipAssembly=true