On Mon, Jul 28, 2008 at 11:15 AM, Paul Sandoz <Paul.Sandoz_at_sun.com> wrote:
> We want to create a bundle jar that for those not using maven so that they
> don't have to explicitly included 'n' jars of modules. Do you know of any
> other type of plugin that can support this?
>
> Do you know how to disable the building of this module by default but
> enable it via an mvn parameter? if so i can modify the Hudson task to do
> that.
>
Hi Paul,
The most common way that I know of is to use the maven-assembly-plugin to
create a jar from other jars. That seems like to most likely way to make
the bundle jar that you want.
Matt Brozowski
http://maven.apache.org/plugins/maven-assembly-plugin/