Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <plugin>
  2. <artifactId>maven-war-plugin</artifactId>
  3. <version>2.2</version>
  4. <configuration>
  5. <outputDirectory>C:EclipseWorkspacemy_pathmyPath2</outputDirectory>
  6. </configuration>
  7. <executions>
  8. <execution>
  9. <id>default-war</id>
  10. <phase>package</phase>
  11. <goals>
  12. <goal>war</goal>
  13. </goals>
  14. </execution>
  15. </executions>
  16. </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement