I want to create my own descriptor file in maven which will setup a zip file with a current directory structure. I would like for the jar of my project to be generated with dependencies which can be done by the built-in descriptor jar-with-dependencies.
My question is how can I tell my descriptor to call the jar-with-dependencies descriptor and include the generated jar instead of the normal jar?
You can configure sequence of maven assembly plugin executions: