1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-12-22 08:48:54 +00:00

[BUGFIX] Updated usage of the jetty plugin

This commit is contained in:
Maxime Sinclair 2013-09-17 18:15:16 +02:00
parent e5fc4adcd7
commit 8c874c2d8a

View File

@ -19,6 +19,6 @@ plantuml.war in the target/ directory.
How to testrun the project
==========================
To run the application deployed on an embedded jetty server run "mvn jetty:run-war"
To run the application deployed on an embedded jetty server run "mvn jetty:run"
and go to http://localhost:8080/plantuml with your favorite web browser (after it finishes
to start up).