Guest User

Untitled

a guest
Jan 18th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. mvn -Djetty.port=9090 jetty:run
  2.  
  3. <plugin>
  4. <groupId>org.mortbay.jetty</groupId>
  5. <artifactId>maven-jetty-plugin</artifactId>
  6. <version>6.1.16</version>
  7. <configuration>
  8. <systemProperties>
  9. <systemProperty>
  10. <name>tapestry.execution-mode</name>
  11. <value>development</value>
  12. </systemProperty>
  13. <systemProperty>
  14. <name>jetty.port</name>
  15. <value>9090</value>
  16. </systemProperty>
  17. </systemProperties>
  18. </configuration>
  19. </plugin>
Add Comment
Please, Sign In to add comment