Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <localRepository>/var/lib/maven/repo</localRepository>
  2.  
  3. <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5. xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
  6.  
  7. <localRepository>/var/lib/maven/repo</localRepository>
  8.  
  9. <servers>
  10. <server>
  11. <id>build.tomcat.all</id>
  12. <username>buildman</username>
  13. <password>mypass</password>
  14. </server>
  15. </servers>
  16.  
  17.  
  18. <pluginGroups></pluginGroups>
  19.  
  20. <proxies></proxies>
  21.  
  22. <mirrors></mirrors>
  23.  
  24. <profiles></profiles>
  25.  
  26. </settings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement