I want that when I run the mvn install, a war can be generated in the /target and an other war in the c:….tomcat 6\deploy directory.
I’m using maven2, Eclipse and m2eclipse. How to do this ??
Thnx 🙂
I want that when I run the mvn install, a war can be generated
Share
You could try to use the maven-antrun-plugin to copy your war to the tomcat deploy directory like this: