Guest User

Untitled

a guest
Feb 15th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <build>
  2. <plugins>
  3. ...
  4. <plugin>
  5.       <groupId>org.apache.tomcat.maven</groupId>
  6.       <artifactId>tomcat7-maven-plugin</artifactId>
  7.       <version>2.2</version>
  8.       <configuration>
  9.         <path>/</path>
  10.         <contextReloadable>true</contextReloadable>
  11.       </configuration>
  12.     </plugin>
  13. ...
  14. </plugins>
  15. </build>
Add Comment
Please, Sign In to add comment