Re: Questions on assembly plugin

2005-12-12 Thread Jochen Wiedmann
Jochen Wiedmann wrote: Sorry, but this seems to become a never ending story. Just a remeark: The endless loop is still present with Maven 2.0.1. Jochen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Re: Questions on assembly plugin

2005-12-12 Thread Jochen Wiedmann
Sorry, but this seems to become a never ending story. As suggested on this list, I have added two "execution" steps to my POM. Both have different ID's. (See below.) However, if I do an "mvn package", or "mvn assembly:assembly" now, then an endless loop begins. Any idea, what's wrong? I have

Re: Questions on assembly plugin

2005-12-11 Thread dan tran
i think the infinite loop problem it has been fixed in svn -Dan On 12/11/05, Arnaud Bailly <[EMAIL PROTECTED]> wrote: > > I configured assembly into toplevel pom.xml for a multimodules project, > exactly as indicated in dan tran's post and it goes into an endless > loop !! > Any idea about wha

Re: Questions on assembly plugin

2005-12-11 Thread Arnaud Bailly
I configured assembly into toplevel pom.xml for a multimodules project, exactly as indicated in dan tran's post and it goes into an endless loop !! Any idea about what's going on ? Is the assembly configuration inherited in children poms ? How can I make a multi-modules assembly ? Regards --

Re: Questions on assembly plugin

2005-12-10 Thread Brett Porter
If you assigned an id to each that is different it will be ok. - Brett On 12/10/05, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: > dan tran wrote: > > > you can run maven-assembly-plugin multiple times > > Thanks for the hint. I may be doing something wrong, but so far it > doesn't work. Here's wha

RE: Questions on assembly plugin

2005-12-10 Thread Donszelmann, Mark
Hi you need to add an someId inside the element. different for each execution. Regards Mark Donszelmann > -Original Message- > From: Jochen Wiedmann [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 10, 2005 7:38 PM > To: Maven Users List > Subject: Re: Questi

Re: Questions on assembly plugin

2005-12-10 Thread Jochen Wiedmann
dan tran wrote: you can run maven-assembly-plugin multiple times Thanks for the hint. I may be doing something wrong, but so far it doesn't work. Here's what I did: - Added the "executions" section to the assembly plugins configuration. - Removed my existing "configuration" section. - Invok

Re: Questions on assembly plugin

2005-12-10 Thread dan tran
you can run maven-assembly-plugin multiple times ... ... maven-assembly-plugin package ... assembly

Re: Questions on assembly plugin

2005-12-10 Thread Jochen Wiedmann
Henry Isidro wrote: You can override them by creating an assembly descriptor and placing bin or src in the tag. I see that I can specify *one* such descriptor via the plugins "descriptor" property. But what, if I want to override both? Haven't tried this yet, but you can use executions to

Re: Questions on assembly plugin

2005-12-09 Thread Henry Isidro
Jochen Wiedmann wrote: Hi, I'd like to use the assembly plugin for creating distributions. After reading the documentation and doing some first attempts, I do have the following questions: - There are predefined ID's like "bin" and "src". These are (to me) very welcome for reading as examples

Questions on assembly plugin

2005-12-09 Thread Jochen Wiedmann
Hi, I'd like to use the assembly plugin for creating distributions. After reading the documentation and doing some first attempts, I do have the following questions: - There are predefined ID's like "bin" and "src". These are (to me) very welcome for reading as examples. However, they do not re