Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours scrolling social media and waste money on things we forget, but won’t spend 30 minutes a day earning certifications that can change our lives.
Master in DevOps, SRE, DevSecOps & MLOps by DevOpsSchool!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

How to set Internet Proxy for Maven Repository

There are following ways to set a internet proxy in maven.

Method 1 – Command Line with mvn

Method 2 – Using MAVEN_OPTS set in system env or command line

# WINDOWS
set MAVEN_OPTS="-DproxySet=true -DproxyHost= -DproxyPort=3128 -DproxyUsername= -DproxyPassword="
# LINUX
export MAVEN_OPTS="-DproxySet=true -DproxyHost= -DproxyPort=3128 -DproxyUsername= -DproxyPassword="
Code language: PHP (php)

Method 3 – Maven proxy settings – Eclipse

To use proxy settings in eclipse while using maven, follow these steps:

  • Open your Eclipse and go to Window -> Preferences.
  • Click on the Browse button of User Settings, and select the settings.xml.

Mehtod 4 – In Maven Configuration $HOME/.m2/settings.xml

Certification Courses

DevOpsSchool has introduced a series of professional certification courses designed to enhance your skills and expertise in cutting-edge technologies and methodologies. Whether you are aiming to excel in development, security, or operations, these certifications provide a comprehensive learning experience. Explore the following programs:

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.