From 8c874c2d8a0a302dc28fa01015c7a84db116b85c Mon Sep 17 00:00:00 2001 From: Maxime Sinclair Date: Tue, 17 Sep 2013 18:15:16 +0200 Subject: [PATCH] [BUGFIX] Updated usage of the jetty plugin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b7b71c..d4f6318 100644 --- a/README.md +++ b/README.md @@ -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).