Answers for "configure maven visual code external repository"

0

configure maven visual code external repository

To use local version of maven dependency add the following configuration into the settings.json file of Visual Studio Code:

"java.configuration.maven.userSettings": "<path to maven settings.xml>"
Posted by: Guest on February-28-2022

Code answers related to "configure maven visual code external repository"

Browse Popular Code Answers by Language