On Wed, Mar 25, 2009 at 8: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.
This "right" way of doing this is probably a separate project which uses the assembly plugin to build that JAR. /niklas
