You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

How do I use a big (uber) JAR?

If you want to repackage all the Camel JARs into a single uber JAR then you can use the Maven shade plugin. But you have to ensure all the service files get appended correctly. If you do this you are taking responsible yourself for this.

See some example in this CAMEL-3773 JIRA ticket.

  • No labels