11

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.

Community
  • 1
  • 1
Daniel Kaplan
  • 62,768
  • 50
  • 234
  • 356

1 Answers1

29

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

Daniel Kaplan
  • 62,768
  • 50
  • 234
  • 356