Skip to content

Commit 6c17613

Browse files
committed
Use maven wrapper in README
1 parent 13e45b4 commit 6c17613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ Additionally, there is another logback configuration suited for production use l
117117

118118
In order to build the application you need Maven 3 and Oracle JDK 7. You also need your MariaDb database set up as described above. You can then start the local web server:
119119
```sh
120-
$ mvn jetty:run
120+
$ ./mvnw jetty:run
121121
```
122122
You can run a full build including all tests with
123123
```sh
124-
$ mvn clean install
124+
$ ./mvnw clean install
125125
```
126126
Finally, point your browser to the url http://localhost:8082/. IRIS has both a basic user interface and a JSON API. Documentation for the API is located at http://localhost:8082/api/docs.html.
127127

0 commit comments

Comments
 (0)