You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great project, first of all thank you for bringing Java IDE features to neovim.
I am having an issue when adding new deps to my pom.xml where the new dependencies are not detected even after running mvn dependency:resolve. I think it may be related to the fact that Eclipse's default behavior is to not recognize new dependencies, as mentioned in this stackoverflow post. My current solution has been to manually rm -rf the JC project directory.
Is there a better way to resolve my maven dependencies? If not then I think a command like JCrefreshDependencies or JCrefreshCache would be really helpful as it would eliminate the need for this.
The text was updated successfully, but these errors were encountered:
Great project, first of all thank you for bringing Java IDE features to neovim.
I am having an issue when adding new deps to my pom.xml where the new dependencies are not detected even after running
mvn dependency:resolve
. I think it may be related to the fact that Eclipse's default behavior is to not recognize new dependencies, as mentioned in this stackoverflow post. My current solution has been to manuallyrm -rf
the JC project directory.Is there a better way to resolve my maven dependencies? If not then I think a command like
JCrefreshDependencies
orJCrefreshCache
would be really helpful as it would eliminate the need for this.The text was updated successfully, but these errors were encountered: