Skip to content

Commit 5c75c44

Browse files
authored
fix: jsp: fix docs on running jetty from the command line (#505)
#46
1 parent a6577cd commit 5c75c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/unicodejsps/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you already have `UnicodeJsps` in eclipse, it might be better to remove it fr
2727
### Command Line
2828

2929
```shell
30-
mvn org.eclipse.jetty:jetty-maven-plugin:run
30+
mvn -DCLDR_DIR=/path/to/cldr -DUNICODETOOLS_REPO_DIR=/path/to/unicodetools org.eclipse.jetty:jetty-maven-plugin:run
3131
```
3232

3333
If port 8080 is in use, another port can be specified with `-Djetty.port=⟨port number⟩`.

0 commit comments

Comments
 (0)