Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Matei committed Jun 19, 2014
1 parent 4f51657 commit ce83bed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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

Expand Down

0 comments on commit ce83bed

Please sign in to comment.