Re: composite build w/maven continuum

2005-12-07 Thread Edwin Park
send you the mojo, which i call deployable-assembly-maven-plugin). However, there is the problem, the big jar also drags along all its dependencies in the pom.xml. maven user, is there a way remove all dependencies in the pom file at the deploy/install time? -D On 12/5/05, Edwin Park

composite artifacts

2005-12-07 Thread Edwin Park
Hi, I have a non-trivial application component (let's call it ComponentA) which is itself divided into subcomponent modules (let's call these ComponentX, ComponentY, ComponentZ): ComponentA ComponentX ComponentY ComponentZ The relationship between ComponentA and components X, Y

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

test reports

2005-11-18 Thread Edwin Park
Hi, I'm using maven2 with continuum. I'd like to be able to include test reports in the build results pages, but I don't know how to do this or even if this is possible with continuum. All I see right now is the build output, and if I look in the targets/surefire-reports subdirectory of the