Re: Multiple executions of the assembly plugin

2006-06-26 Thread Prasad Kashyap
I tied the assembly goal to a phase. Problem resolved. Thanx for looking. Cheers Prasad On 6/26/06, Prasad Kashyap <[EMAIL PROTECTED]> wrote: Dan, I cannot use the dependency-plugin because with it I cannot duplicate the maven local repo structure in my assembly. The element of the assembly's

Re: Multiple executions of the assembly plugin

2006-06-26 Thread Prasad Kashyap
Dan, I cannot use the dependency-plugin because with it I cannot duplicate the maven local repo structure in my assembly. The element of the assembly's descriptor allows me to do that. However, only the maven metadata info under META-INF/maven/* in the repo is extraneous to me. Cheers Prasad

Re: Multiple executions of the assembly plugin

2006-06-26 Thread dan tran
maven-dependency-plugin can prepare the "staging area" for you. -D On 6/26/06, Prasad Kashyap <[EMAIL PROTECTED]> wrote: I have to use the element in the maven-assembly-plugin's assembly descriptor. Using this makes the assembly contains maven metadata files under META-INF. (maven/.../*.po

Multiple executions of the assembly plugin

2006-06-26 Thread Prasad Kashyap
I have to use the element in the maven-assembly-plugin's assembly descriptor. Using this makes the assembly contains maven metadata files under META-INF. (maven/.../*.pom and pom.propperties). One solution Jesse and I talked about was to execute the assembly plugin twice. The first execution wou