Spectacular.  Thanks so much.

Charlie


Fneuch said the following on 9/14/2006 1:37 PM:
You have to place

<plugin>
   <artifactId>maven-eclipse-plugin</artifactId>
   <configuration>
     <wtpversion>1.0</wtpversion>
   </configuration>
</plugin>

in your pom in the build section.

Sylvain

On 9/14/06, Charles Harvey III <[EMAIL PROTECTED]> wrote:

Hello.
I have a multiple module project with one of the modules being the war
file,
the rest being jar files.  When I check the project out, I want to run
"mvn eclipse:clean eclipse:eclipse" on the top-level project so it will
run
the command for each sub-project.  So far, so good.  Except, in the last
sub-project, which builds into a war file.  For that one I want to run:
"mvn -Dwtpversion=1.0 eclipse:clean eclipse:eclipse".  How do I do that?

As in, is there somewhere in the pom.xml that I can add "wtpversion=1.0"
so that it will get picked up for that sub-project only?

Thanks a lot.


Charlie



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to