I need the step by step details of running a web project using maven2 in eclipse.
- where to put the web.xml and any other resource
- what to put in web.xml
- how to generate war file from maven
Please somebody hep me with the above points.
|
I need the step by step details of running a web project using maven2 in eclipse.
Please somebody hep me with the above points. |
|||
|
|
|
To create a new web project using maven, see http://maven.apache.org/guides/mini/guide-webapp.html After you create it, use "mvn eclipse:eclipse" to create an eclipse project. |
|||||||||
|