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 :)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You could try to use the maven-antrun-plugin to copy your war to the tomcat deploy directory like this:
|
||||
|
|
|
Maybe you don't need to copy the war file if you try the Maven Jetty Plugin. This plugin is for running a web application directly from Maven. |
|||
|
|
Try the cargo-maven2-plugin. Probably something like this would work:
... slap that into a profile or the top-level |
|||||
|