Re:[m2] Overriding webapp source directory

2005-06-17 Thread Yann LE DU
sers@maven.apache.org Cc : Date : Thu, 16 Jun 2005 11:21:43 +0200 (CEST) Objet : Re:[m2] Overriding webapp source directory -On Thu, 16 Jun 2005, Yann LE DU wrote: - -The first post seemed fine :) - -I guess you're using the maven-war-plugin (you specified war -as the packaging in the

Re: [m2] Overriding webapp source directory

2005-06-16 Thread Brett Porter
Kenney, > Btw it's best to prepend ${basedir} to those paths, because > if the project is part of a multiproject build the current > directory is taken as a starting point which may be bad ;) warSourceDirectory is (or should be!) of type java.io.File, so will automatically have basedir prepended

Re:[m2] Overriding webapp source directory

2005-06-16 Thread Kenney Westerhof
ine --- > > De : "Yann LE DU" [EMAIL PROTECTED] > A : users@maven.apache.org > Cc : > Date : Thu, 16 Jun 2005 11:06:11 +0200 > Objet : [m2] Overriding webapp source directory > > > > -Hi there, > - > -I'm 2-week-old to Mave

Re: [m2] Overriding webapp source directory

2005-06-16 Thread Yann LE DU
ot; users@maven.apache.org Cc : Date : Thu, 16 Jun 2005 17:50:15 +0800 Objet : Re: [m2] Overriding webapp source directory -Hi, - -Have you tried setting the "|warSourceDirectory|" property of the m2 -maven-war-plugin? - -Your pom should look like this: - - - - -

Re: [m2] Overriding webapp source directory

2005-06-16 Thread Edwin Punzalan
Hi, Have you tried setting the "|warSourceDirectory|" property of the m2 maven-war-plugin? Your pom should look like this: org.apache.maven.plugins maven-war-plugin final-foo/WebContent . Yann LE DU wrote: Hi there, I

Re:[m2] Overriding webapp source directory

2005-06-16 Thread Yann LE DU
/final-foo/WebContent/... Sorry for all the spamming :) Yann -- Mail d'origine --- De : "Yann LE DU" [EMAIL PROTECTED] A : "Maven Users List" users@maven.apache.org Cc : Date : Thu, 16 Jun 2005 11:15:51 +0200 Objet : Re:[m2] Overriding

Re:[m2] Overriding webapp source directory

2005-06-16 Thread Yann LE DU
igine --- De : "Yann LE DU" [EMAIL PROTECTED] A : users@maven.apache.org Cc : Date : Thu, 16 Jun 2005 11:06:11 +0200 Objet : [m2] Overriding webapp source directory -Hi there, - -I'm 2-week-old to Maven and trying to build a small -webapp with Maven (for POC). T

[m2] Overriding webapp source directory

2005-06-16 Thread Yann LE DU
Hi there, I'm 2-week-old to Maven and trying to build a small webapp with Maven (for POC). The thing is, my corp. is already using Eclipse Web Tools, which forces us into this kind of project structure (I hid test directories for readability) : foo |-- final-foo |-- JavaSource |-- com