leonelhl

NEXUS-settings.xml

Jul 24th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.59 KB | None | 0 0
  1. <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  2.     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3.     xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
  4.  
  5.    <servers>
  6.     <server>
  7.       <id>nexus</id>
  8.       <username>admin</username>
  9.       <password>admin123</password>
  10.     </server>
  11.   </servers>
  12.  
  13.   <mirrors>
  14.     <mirror>
  15.       <id>central</id>
  16.       <name>central</name>
  17.       <url>http://localhost:8081/repository/maven-public/</url>
  18.       <mirrorOf>*</mirrorOf>
  19.     </mirror>
  20.   </mirrors>
  21.  
  22. </settings>
Advertisement
Add Comment
Please, Sign In to add comment