Re: Re: Re: mvn2: war packaging

2006-08-31 Thread Attila Mezei-Horvati
module. As such I will look into implementing that one. thanks again, Attila > Date: Thu, 31 Aug 2006 08:54:31 -0400 > From: "Jared Bunting" <[EMAIL PROTECTED]> > To: "Maven Users List" > Subject: Re: Re: mvn2: war packaging > > I might be missing what yo

Re: Re: mvn2: war packaging

2006-08-31 Thread Jared Bunting
I might be missing what you're trying to do here, and it seems to me that creating a multi-module project, as suggested, would be the best way to go about this. However, what if you bound your source generation to the "generate-sources" phase. I'm not sure of how it would be done in ant, but I k

Re: Re: mvn2: war packaging

2006-08-31 Thread chua
Hi! I had more or less the same problem as you. One of the solutions is to create a project based on modules. You just have to create a parent pom with: module_for_jar module_for_war Then, you have to create two subfolders with the same name as the modules and with the m2 folder structure, e

Re: Re: mvn2: war packaging

2006-08-30 Thread Tomasz Pik
On 8/30/06, Attila Mezei-Horvati <[EMAIL PROTECTED]> wrote: > From: "Henry S. Isidro" <[EMAIL PROTECTED]> > To: "Maven Users List" > Subject: Re: mvn2: war packaging > Date: Wed, 30 Aug 2006 07:43:56 +0800 > > If you're trying to i

Re: Re: mvn2: war packaging

2006-08-30 Thread franz see
Attila Mezei-Horvati wrote: > >> From: "Henry S. Isidro" <[EMAIL PROTECTED]> >> To: "Maven Users List" >> Subject: Re: mvn2: war packaging >> Date: Wed, 30 Aug 2006 07:43:56 +0800 >> >> If you're trying to include a jar i

Re: Re: mvn2: war packaging

2006-08-30 Thread Attila Mezei-Horvati
> From: "Henry S. Isidro" <[EMAIL PROTECTED]> > To: "Maven Users List" > Subject: Re: mvn2: war packaging > Date: Wed, 30 Aug 2006 07:43:56 +0800 > > If you're trying to include a jar in the lib folder > of a war package, just > declare the

Re: mvn2: war packaging

2006-08-29 Thread Henry S. Isidro
On Wednesday, August 30, 2006 05:32, Attila Mezei-Horvati wrote: > Hi, > > Slowly I understand the life cycles but still not sure > in what order are their components run. > > My problem: I have a war package, in it I specify an > ant task at the package phase to copy a jar into the > lib so the wa