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
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 pom?). In that case, add the following below your tag: maven-war-plugin final-foo/WebContent

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
So much for my project tree, all blanks were gotten rid of :) Here is another try : - foo - |-- final-foo - |-- JavaSource - |-- com - |-- ... - |-- WebContent - |-- WEB-INF - |-- ... - |--... Yann -- Mail d'origine ---