Re: [m2] how to exclude compile time only jars from .war?

2005-05-18 Thread Brett Porter
I've filed it as: http://jira.codehaus.org/browse/MNG-415 Patches welcome! Cheers, Brett On 5/17/05, Hugo Palma <[EMAIL PROTECTED]> wrote: > Can you tell the jira issue key for this ? I couldn't find it in JIRA. > I also need this feature so i'd like to follow it's evolution. > > > Cheers > >

Re: [m2] how to exclude compile time only jars from .war?

2005-05-16 Thread Hugo Palma
Can you tell the jira issue key for this ? I couldn't find it in JIRA. I also need this feature so i'd like to follow it's evolution. Cheers Hugo Chalermpong Chaiyawan wrote: Thanks Brett. I will. Regards, Chalermpong Chaiyawan Brett Porter wrote: On 5/12/05, Adam Hardy <[EMAIL PROTECTED]> wrote:

Re: [m2] how to exclude compile time only jars from .war?

2005-05-12 Thread Chalermpong Chaiyawan
Thanks Brett. I will. Regards, Chalermpong Chaiyawan Brett Porter wrote: On 5/12/05, Adam Hardy <[EMAIL PROTECTED]> wrote: I think even I can answer this one (unless M2 has changed radically from M1) M2 has changed radically from M1 :) Chalermpong, this isn't currently possible - please fi

RE: [m2] how to exclude compile time only jars from .war?

2005-05-12 Thread Adam Hardy
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > > On 5/12/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > > I think even I can answer this one (unless M2 has changed radically > > from > > M1) > > M2 has changed radically from M1 :) > Hmm. Even more extreme than I ha

Re: [m2] how to exclude compile time only jars from .war?

2005-05-12 Thread Brett Porter
On 5/12/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > I think even I can answer this one (unless M2 has changed radically from > M1) M2 has changed radically from M1 :) Chalermpong, this isn't currently possible - please file a JIRA issue and we can get it done soon. Sorry for the inconvenience - h

Re: [m2] how to exclude compile time only jars from .war?

2005-05-12 Thread Chalermpong Chaiyawan
M2 has changed radically from M1) servletapi servletapi 2.3 jar false -Original Message- From: Chalermpong Chaiyawan [mailto:[EMAIL PROTECTED] Sent: 12 May 2005 10:18 To: Maven Users List Subject: [m2] how to exclude compile time only jars

RE: [m2] how to exclude compile time only jars from .war?

2005-05-12 Thread Adam Hardy
t; To: Maven Users List > Subject: [m2] how to exclude compile time only jars from .war? > > > Hi, > > In maven2, is there a way to exclude compile time only jars file from > .war file? > > I created web project using command > > $ m2 arche

[m2] how to exclude compile time only jars from .war?

2005-05-12 Thread Chalermpong Chaiyawan
Hi, In maven2, is there a way to exclude compile time only jars file from .war file? I created web project using command $ m2 archetype:create -DgroupId=[gid] -DartifactId=[aid] -DarchetypeArtifactId=maven-archetype-webapp I created a simple servlet in the src/main/java directory. I add a dep