Replies: 1 comment
-
I found ivy being a good replacement for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To avoid the complex building system of Maven that I don't need, I usually make an xml file in Maven format, and do
mvn -q dependency:build-classpath -Dmdep.outputFile=/dev/stdout
. To stop vscode-java from modifing build settings like source path from reading POM, this xml file is called dependencies.xml, but the extension also can't read the dependencies in it. I also can't find a way to make the extension use a specific classpath, neither manually entered nor through a command.Beta Was this translation helpful? Give feedback.
All reactions