Looks like this is the way to go: http://maven.apache.org/plugins/maven-shade-plugin/examples.html
On Wed, Mar 25, 2009 at 3:28 PM, Les Hazlewood <[email protected]>wrote: > What is the 'maven way' for creating an aggregate .jar that includes > everything? I'm thinking a .jar that would include everything _except_ the > samples. > > ActiveMQ does this by having a dedicated 'pom only' module called > 'activemq-all' that wraps the other .jars. However, Spring has a spring.jar > that just includes everything (not called 'spring-all.jar'). I'm not sure > how they do that or even if they use maven to assemble it. > > What is the appropriate solution? I'd like to enable that... > > - Les >
