Guest User

Untitled

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