Highlighted how to pass JVM arguments to the artifact being launched in README.md

Fixes https://github.com/alexarchambault/coursier/issues/251
This commit is contained in:
Roman Iakovlev 2016-05-18 11:45:49 +02:00
parent bb77e85f1e
commit dc395c5c55
1 changed files with 8 additions and 0 deletions

View File

@ -320,6 +320,14 @@ $ ./coursier launch net.sf.proguard:proguard-base:5.2.1 -M proguard.ProGuard
$ ./coursier launch net.sf.proguard:proguard-retrace:5.2.1 -M proguard.retrace.ReTrace
```
* Wiremock,
```
./coursier launch com.github.tomakehurst:wiremock:1.57 -- \
--proxy-all="http://search.twitter.com" --record-mappings --verbose
```
If you wish to pass additional argument to the artifact being launched, separate them from the coursier's parameters list with the "--", just like in the Wiremock example above.
#### fetch
The `fetch` command simply fetches a set of dependencies, along with their