mirror of https://github.com/sbt/sbt.git
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:
parent
bb77e85f1e
commit
dc395c5c55
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue