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

Get horizontal scroll and enable maximazing of window of Command Prompt (cmd) on Windows 7

  1. Open a Command Prompt (cmd.exe) by typing cmd in Start menu e.g.
  2. From inside the Command Prompt window, run wmic
  3. Right-Click the title bar of the Command Prompt window and select Properties
  4. Check QuickEdit Mode
  5. Exit the Command Prompt
All subsequent launches of the command prompt will have a horizontal scroll bar and support maximizing the window.