Commit 23dbbb7
committed
Add --resolve-only option
When the option is provided, only the workspace is created and the location is printed to the command line. This can then be used, for example, as classpath for another tool.
```shell
$ jgo --resolve-only org.scijava:parsington
/home/hanslovskyp/.jgo/org/scijava/parsington/RELEASE
$ ls /home/hanslovskyp/.jgo/org/scijava/parsington/RELEASE
mainClass parsington-1.0.4.jar pom.xml
```
This is experimental (for now) but might be merged at some point in the future1 parent 142796f commit 23dbbb7
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
249 | 250 | | |
250 | 251 | | |
251 | 252 | | |
| |||
551 | 552 | | |
552 | 553 | | |
553 | 554 | | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
554 | 561 | | |
555 | 562 | | |
556 | 563 | | |
| |||
0 commit comments