DevOps / Maven Interview questions II
How do I enable connection to the central repository through the firewall in my organization?
The HTTP proxy settings need to be specified in the file settings.xml. The encrypted passord could be specified in the file. Also there is a need to add the dependency jar wagon-http-lightweight-2.2.jar that retrieves the artifacts through http using Apache httpclient -4.x. The jar has to be added to the maven folder lib/ext.
More Related questions...