Wednesday, April 15, 2015
Enable Maven to get dependency from custom repository by adding settings.xml file into .m2 directory
In order to enable Maven to get dependency from custom repository add settings.xml file into .m2 directory of current user.
GIT clone - how to deal with connection errors of https urls
Open for edit .gitconfig:
Add this property:
[http]
sslVerify = false
Add this property:
[http]
sslVerify = false
Get horizontal scroll and enable maximazing of window of Command Prompt (cmd) on Windows 7
- Open a Command Prompt (cmd.exe) by typing cmd in Start menu e.g.
- From inside the Command Prompt window, run wmic
- Right-Click the title bar of the Command Prompt window and select Properties
- Check QuickEdit Mode
- Exit the Command Prompt
All subsequent launches of the command prompt will have a horizontal scroll bar and support maximizing the window.
Subscribe to:
Posts (Atom)