Guest User

Untitled

a guest
Oct 17th, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <plugin>
  2.         <groupId>org.apache.maven.plugins</groupId>
  3.         <artifactId>maven-war-plugin</artifactId>
  4.         <version>2.1.1</version>
  5.         <executions>
  6.           <execution>
  7.             <phase>compile</phase>
  8.             <goals>
  9.               <goal>exploded</goal>
  10.             </goals>
  11.           </execution>
  12.         </executions>
  13.         <configuration>
  14.           <webappDirectory>${webappDirectory}</webappDirectory>
  15.         </configuration>
  16.       </plugin>
Add Comment
Please, Sign In to add comment