Assembly and deploy

2005-05-23 Thread Ilyevsky, Leonid (Equity Trading)
How can I tell assembly plugin to upload the assembly file in remote repository (similar to what deploy pluging is doing, using )? If you are not an intended recipient of this e-mail, please notify the sender, delete it and do not read, act

Re: Assembly and deploy

2005-05-23 Thread Nicolas Chalumeau
I thing m2 assembly:assembly will do the job Nicolas, On 5/23/05, Ilyevsky, Leonid (Equity Trading) <[EMAIL PROTECTED]> wrote: > How can I tell assembly plugin to upload the assembly file in remote > repository (similar to what deploy pluging is doing, using > )? > ---

RE: Assembly and deploy

2005-05-23 Thread Ilyevsky, Leonid (Equity Trading)
No, the m2 assembly:assembly only creates the file in the "target" directory. -Original Message- From: Nicolas Chalumeau [mailto:[EMAIL PROTECTED] Sent: Monday, May 23, 2005 3:41 PM To: Maven Users List Subject: Re: Assembly and deploy I thing m2 assembly:assembly will

Re: Assembly and deploy

2005-05-23 Thread Brett Porter
Message- > From: Nicolas Chalumeau [mailto:[EMAIL PROTECTED] > Sent: Monday, May 23, 2005 3:41 PM > To: Maven Users List > Subject: Re: Assembly and deploy > > > I thing m2 assembly:assembly will do the job > > Nicolas, > > On 5/23/05, Ilyevsky, Leonid (Equity Trad

Use assembly and deploy togeather

2008-04-07 Thread Michael Mühlebach
Hello I want to create an assembly and deploy it but I have some troubles with it. I tried it with the command: mvn assembly:single deploy I got almost what I expected except: All artifacts from my project, including the one I executed maven for, are snapshot versions! (have the classifier

Re: Use assembly and deploy togeather

2008-04-07 Thread Luke Daley
On 07/04/2008, at 11:14 PM, Michael Mühlebach wrote: I want to create an assembly and deploy it but I have some troubles with it. I tried it with the command: mvn assembly:single deploy I got almost what I expected except: All artifacts from my project, including the one I executed maven

Re: Use assembly and deploy togeather

2008-04-08 Thread Michael Mühlebach
Mühlebach wrote: > > > > I want to create an assembly and deploy it but I have some troubles with > it. > > > > I tried it with the command: > > > > mvn assembly:single deploy > > > > I got almost what I expected except: All artifacts from my project,

Re: Use assembly and deploy togeather

2008-04-08 Thread Luke Daley
On 07/04/2008, at 11:14 PM, Michael Mühlebach wrote: I want to create an assembly and deploy it but I have some troubles with it. I tried it with the command: mvn assembly:single deploy I got almost what I expected except: All artifacts from my project, including the one I executed maven fo