Advertisement
Guest User

Untitled

a guest
May 25th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <plugins>
  2. <plugin>
  3. <groupId>org.apache.maven.plugins</groupId>
  4. <artifactId>maven-war-plugin</artifactId>
  5. <configuration>
  6. <outputDirectory>${project.tomcat.location}</outputDirectory>
  7. </configuration>
  8. </plugin>
  9. </plugins>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement