coc-groovy
coc-groovy copied to clipboard
Problem with maven
Hi, after open groovy file in nvim. I'm getting an error 2024-05-10T08:57:15.437 ERROR (pid:8536) [extension:coc-groovy] - findMvnCmnd: Maven version check failed. Error [{}] 2024-05-10T08:57:15.437 WARN (pid:8536) [extension:coc-groovy] - buildClassPath: Failed to find build command for [mvn] [path/to/my/project] 2024-05-10T08:57:19.601 INFO (pid:8536) [attach] - receive notification: showInfo []
How to fix that ? I'm open a groovy file in maven project, (In Eclipse it runs good and code highlights normally) but in nvim i see warnings "Unable to resolve class" Is there any configuration to specify where is my mvn repo ?
Eclipse comes bundled with Maven, but coc-groovy doesn't use that. See the Maven Projects section of the readme.
:ping_pong: Is this issue closable? @dansomething
I don't see a reason to keep this open.