<settings xmlns="https://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd"> <servers> <server> <id>maven.jenkins-ci.org</id> (1) <username>your_user_name_here</username> <password>your_encrypted_password_here</password> </server> </servers> </settings>