RE: multiple source directories... my turn... :-)

2003-06-26 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: 26 June 2003 09:16 > To: Maven Developers List > Subject: Re: multiple source directories... my turn... :-) > > >>Is that OK? You probably also need some postGoal for c

Re: multiple source directories... my turn... :-)

2003-06-26 Thread Brett Porter
Is that OK? You probably also need some postGoal for copying the deployed JAR. Not sure why. I thought maybe you wanted to build a JAR with a different name - otherwise it will always be ${pom.artifactId}-${pom.version}.jar, which will only have 1 value. I probably misunderstood. Cheers, Bret

RE: multiple source directories... my turn... :-)

2003-06-26 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: 26 June 2003 09:04 > To: Maven Developers List > Subject: Re: multiple source directories... my turn... :-) > > I think you are looking for: > > > locatio

Re: multiple source directories... my turn... :-)

2003-06-26 Thread Brett Porter
I think you are looking for: Where your sourceDirectory is src/java/share, and j2ee.version=j2ee12 for example. Is that OK? You probably also need some postGoal for copying the deployed JAR. I'm not sure how it works out with tests though - you could check that it is using a

multiple source directories... my turn... :-)

2003-06-25 Thread Vincent Massol
Hi, We are trying to Mavenize the cactus build and Cactus has the following directory structure for the framework subproject: framework |_ src |_ java |_ j2ee12 (j2ee 1.2 specific source code) |_ j2ee13 (j2ee 1.3 specific source code) |- share (source code common to j2ee 1