Running jarviz cli under windows does not work due to command invocation #12
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Describe the bug
When I try to execute the quickstart guide under windows (via the mingw git bash) the
.\jarviz
produces the following error:To Reproduce
Just follow the quickstart guide under windows.
Expected behavior
It should just run and produce the HTML file.
Fix
This error is due to the window enviroment.
I can fix the issue by
"mvn ...
incom.vrbo.jarviz.service.MavenArtifactDiscoveryService.java
with"mvn.cmd ...
and thenThis appears to be a known issue with maven:
Maybe you could use maven-embedder or maven-invoker. It would be nice if there were at least a code switch that selects the correct command depending on the operating system.
The text was updated successfully, but these errors were encountered: