Reputation: 67370
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.
Upvotes: 13
Views: 7045
Reputation: 67370
I figured this out on my own. You do it with -Dassembly.skipAssembly=true
Upvotes: 33