Hi I have already a local repo of my project in DEV Server. What I want to do is that I want to build my application and generate a war file and then deploy it in Tomcat. Could you guys help me out how to set up the build.xml for this task to be automated? I want to use MAVEN from command prompt. Any help is appreciated
Asked
Active
Viewed 40 times
0
-
I think you mean pom.xml instead of build.xml? I have found Maven to have a pretty steep learning curve, but I would start by looking at these similar questions: [How to deploy WAR with Maven to Tomcat?](http://stackoverflow.com/questions/15824096/how-to-deploy-war-with-maven-to-tomcat?rq=1), [How to deploy WAR file to Tomcat using Maven?](http://stackoverflow.com/questions/15474098/how-to-deploy-war-file-to-tomcat-using-maven) – burnttoast11 Jun 10 '14 at 20:36
-
yes what I meant is pom.xml. thanks @burnttoast11 for your kind suggestion. – Anteneh Jun 12 '14 at 21:01