From ce83bed1e5da5b643f9967bab4470cfbebbfd897 Mon Sep 17 00:00:00 2001 From: Adrian Matei Date: Thu, 19 Jun 2014 09:35:28 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80e3703..8b9697c 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,16 @@ * `mvn clean install jetty:run -Djetty.port=8888 -DskipTests=true` * now the REST api is up and running with Jetty on `localhost:8888` -**Note:** you could run a similar configuration from Eclipse if you have the m2e plugin installed - see pic below +> **Note:** you could run a similar configuration from Eclipse if you have the m2e plugin installed - see pic below -**Note:** after you `mvn install` the application, you can deploy the generated __.war__ file in any web container like Tomcat for example. +> **Note:** after you `mvn install` the application, you can deploy the generated __.war__ file in any web container like Tomcat for example. ## Testing the project ### From Maven (failsafe plugin) Run the following maven command on the console in the root directory of the project - `mvn clean install verify -Djetty.port=8888` + ```mvn clean install verify -Djetty.port=8888``` OR