Skip to content

Instantly share code, notes, and snippets.

@rmkanda
Last active September 14, 2020 16:00
Show Gist options
  • Save rmkanda/5728cf99b5dd86b33429777efd01d7cc to your computer and use it in GitHub Desktop.
Save rmkanda/5728cf99b5dd86b33429777efd01d7cc to your computer and use it in GitHub Desktop.
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
https://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>lenovo-auto-delete-maven-local</id>
<username>LOGIN_NAME</username>
<password>LOGIN_PASS</password>
</server>
<server>
<id>lenovo-release-maven-local</id>
<username>LOGIN_NAME</username>
<password>LOGIN_PASS</password>
</server>
<server>
<id>snapshots</id>
<username>LOGIN_NAME</username>
<password>LOGIN_PASS</password>
</server>
<server>
<id>releases</id>
<username>LOGIN_NAME</username>
<password>LOGIN_PASS</password>
</server>
</servers>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment