antonbashmakov
antonbashmakov
it does not seem to be a javascript error, more like maven stuff. Seems like the plugin cant be found. Here is [possible](https://stackoverflow.com/questions/40205664/how-does-maven-plugin-prefix-resolution-work-why-is-it-resolving-findbugs-but) explanation.
@yegor256 what we could do is to fetch versions from maven central and compare provided `parser` arg against the list of versions. We already do it in case of `--latest`....
@yegor256 do not really like such approach, what if it is some thing else but version failing? I suggest to implement the full check then: 1) check if there is...
@yegor256 it's probably a solution, but feels patchy, its like to validate a numeric format string using `Integer` constructor. Implementing a check is not that much of work, we just...
I tried to implement the `help` command and do not see point of doing so to be frank. We run a command which we cant control exactly the same way...
@yegor256 I can definitely try. The question if it is worth it. BTW I cant see proxies to be taken care of when `--latest` flag is used either. Shall we...
@yegor256 what exactly you want to archive calling `eo:help`?
@yegor256 my point is that you cant be sure if `eo:help` failed because of a wrong version. So we basically in the same situation as with any other command. Why...
@yegor256 `eo:help` could have other reasons to fail. It will be about the same as just to print out a warning about the version in case of any error just...
@yegor256 am I able to push a MR?