We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6577cd commit 5c75c44Copy full SHA for 5c75c44
docs/unicodejsps/index.md
@@ -27,7 +27,7 @@ If you already have `UnicodeJsps` in eclipse, it might be better to remove it fr
27
### Command Line
28
29
```shell
30
-mvn org.eclipse.jetty:jetty-maven-plugin:run
+mvn -DCLDR_DIR=/path/to/cldr -DUNICODETOOLS_REPO_DIR=/path/to/unicodetools org.eclipse.jetty:jetty-maven-plugin:run
31
```
32
33
If port 8080 is in use, another port can be specified with `-Djetty.port=⟨port number⟩`.
0 commit comments