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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.