Large projects with multiple POM/maven files #388
Replies: 2 comments 10 replies
-
I am attaching a very simple sample. where I have a JLib that has some code and a JConsole that uses the code from the lib. if I change the code from the JLib the only way to reflect when debugging JConsole is to do a maven install on JLib. |
Beta Was this translation helpful? Give feedback.
-
I guess I learned a little bit more about this. It seems that Microsoft has a jdtls extension to make this work on the project vscode-maven (https://github.com/microsoft/vscode-maven) that does what I am looking for. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I work with a large project that has multiple pom/maven projects that are used, for example, a common library and multiple services that consume this library.
When I code using vscode I can change the library code and use/build on the service without needing to install the package on maven. When I am using nvim I need to clean install otherwise the service is not aware of the changes.
Is there any way I can set it up so I can have the same behaviour as vscode on nvim?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions