Re: composite build w/maven continuum

2005-12-07 Thread Edwin Park
Dan, thanks for the tip - I've been investigating the assembly plugin in the meantime. I'd be interested in taking a look at your mojo to make the assembly artifact deployable. This is turning into a surprisingly thorny problem, but it looks like this is more of a maven issue than a continuum

composite build w/maven continuum

2005-12-05 Thread Edwin Park
Hi, This is partly a maven question and partly a continuum one. I have a multi-project build where one of the components is made up of several different projects. This is represented in maven2 as a parent project and several child projects. However, when I distribute this component I would like

Re: composite build w/maven continuum

2005-12-05 Thread dan tran
Edwin, how about introduce another project which will uses maven-assembly-plugin to combine those components into one single jar, send use a custom plugin to deploy the big jar. ( I can send you the mojo, which i call deployable-assembly-maven-plugin). However, there is the problem, the big jar