leonelhl

maven install tomcat to run webapp

Jun 27th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.23 KB | None | 0 0
  1.     <plugins>
  2.     <plugin>
  3.         <groupId>org.apache.tomcat.maven</groupId>
  4.         <artifactId>tomcat7-maven-plugin</artifactId>
  5.         <version>2.2</version>
  6.         <configuration>
  7.             <path>/CounterWebApp</path>
  8.         </configuration>
  9.     </plugin>
  10. </plugins>
Advertisement
Add Comment
Please, Sign In to add comment