Check the maven war plugin. 

in src creates a directory webapp/WEB-INF/ and put your web.xml in there.
Then type maven war and it will create your war. If you want to add
ressources or other libs, check the plugin documentation

(Well checking the plugin documentation would have given you all this without
asking)

http://maven.apache.org/reference/plugins/war/

(typing 'maven XXX plugin' in google is enough to get the XXX plugin's docs)

Regards,

Stephane


-----Original Message-----
From:   Deepak Sable [mailto:[EMAIL PROTECTED]
Sent:   Wed 12/24/2003 10:39
To:     [EMAIL PROTECTED]
Cc:     [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject:        creatign war in Maven
hi ,

I want to build a war file from the project.

I have a porject called deepak 
c:\deepak 
so inside deepak a Target direcotry is create dby maven whcih creates all the
class and doc files.

Now i want to create a war file from this.

Help is needed

Thanks in advance



Deepak  Sable


---------------------------------------------------------------------
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