Guest User

Untitled

a guest
Nov 18th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <plugin>
  2. <groupId>org.apache.maven.plugins</groupId>
  3. <artifactId>maven-dependency-plugin</artifactId>
  4. <version>2.3</version>
  5. <executions>
  6. <execution>
  7. <phase>package</phase>
  8. <goals><goal>copy</goal></goals>
  9. <configuration>
  10. <artifactItems>
  11. <artifactItem>
  12. <groupId>com.github.jsimone</groupId>
  13. <artifactId>webapp-runner</artifactId>
  14. <version>7.0.57.2</version>
  15. <destFileName>webapp-runner.jar</destFileName>
  16. </artifactItem>
  17. </artifactItems>
  18. </configuration>
  19. </execution>
  20. </executions>
  21. </plugin>
Add Comment
Please, Sign In to add comment