RE: Deploying a multi-module bundle without including the bundle's dependencies...

2008-12-09 Thread Brian Whipple
of the individual jars that are part of the bundle jar. Make the dependencies of the bundle project optional ( ie optinaltrue/optional -D On Fri, Dec 5, 2008 at 4:12 PM, Brian Whipple [EMAIL PROTECTED] wrote: I have a multi-module project parent project that contains multiple child projects. I want

Deploying a multi-module bundle without including the bundle's dependencies...

2008-12-06 Thread Brian Whipple
I have a multi-module project parent project that contains multiple child projects. I want to distribute a single jar that is a bundle or aggregation of all the child project Java classes. In addition, I want to distribute a test jar that is a bundle or aggregation of all the child project

Deploying a mult-module bundle artifact without including the bundle's dependencies

2008-12-05 Thread Brian Whipple
I have a multi-module project parent project that contains multiple child projects. I want to distribute a single jar that is a bundle or aggregation of all the child project Java classes. In addition, I want to distribute a test jar that is a bundle or aggregation of all the child project