Basically I was wrong, and I was so wrong. I did the experiment, it will not harm my existing configuration. All I need to do is to add following pieces into existing POM with the goal clean install tomcat7:run and the web app will fly.
<build> ... <plugins> <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> <version>2.0</version> </plugin> ... ... </plugins> </build>
No comments:
Post a Comment