Daniel Kaplan
Daniel Kaplan

Reputation: 67370

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.

Upvotes: 13

Views: 7045

Answers (1)

Daniel Kaplan
Daniel Kaplan

Reputation: 67370

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

Upvotes: 33

Related Questions