Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <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 http://maven.apache.org/xsd/settings-1.0.0.xsd">
- <!-- the path to the local repository - defaults to ~/.m2/repository
- -->
- <!-- <localRepository>/path/to/local/repo</localRepository>
- -->
- <servers>
- <server>
- <id>nexus</id>
- <username>admin</username>
- <password>admin123</password>
- </server>
- </servers>
- <mirrors>
- <mirror>
- <id>central</id>
- <name>central</name>
- <url>http://localhost:8081/artifactory/maven-public/</url>
- <mirrorOf>*</mirrorOf>
- </mirror>
- </mirrors>
- </settings>
Advertisement
Add Comment
Please, Sign In to add comment