Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd" xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <mirrors>
  5. <mirror>
  6. <mirrorOf>*</mirrorOf>
  7. <name>at-repo</name>
  8. <url>http://art.at.odkl.ru:80/artifactory/at-repo</url>
  9. <id>at-repo</id>
  10. </mirror>
  11. </mirrors>
  12. <proxies>
  13. <proxy>
  14. <id>DevProxy</id>
  15. <active>true</active>
  16. <protocol>http</protocol>
  17. <host>172.19.54.254</host>
  18. <port>3128</port>
  19. </proxy>
  20. </proxies>
  21. <profiles>
  22. <profile>
  23. <repositories>
  24. <repository>
  25. <snapshots>
  26. <enabled>false</enabled>
  27. </snapshots>
  28. <id>central</id>
  29. <name>libs-release</name>
  30. <url>http://art.at.odkl.ru:80/artifactory/libs-release-local</url>
  31. <updatePolicy>always</updatePolicy>
  32. </repository>
  33. <repository>
  34. <snapshots />
  35. <id>snapshots</id>
  36. <name>libs-snapshot</name>
  37. <url>http://art.at.odkl.ru:80/artifactory/libs-snapshot-local</url>
  38. <updatePolicy>always</updatePolicy>
  39. </repository>
  40. </repositories>
  41. <pluginRepositories>
  42. <pluginRepository>
  43. <snapshots>
  44. <enabled>false</enabled>
  45. </snapshots>
  46. <id>central</id>
  47. <name>plugins-release</name>
  48. <url>http://art.at.odkl.ru:80/artifactory/plugins-release</url>
  49. <updatePolicy>always</updatePolicy>
  50. </pluginRepository>
  51. <pluginRepository>
  52. <snapshots />
  53. <id>snapshots</id>
  54. <name>plugins-snapshot</name>
  55. <url>http://art.at.odkl.ru:80/artifactory/plugins-snapshot</url>
  56. <updatePolicy>always</updatePolicy>
  57. </pluginRepository>
  58. </pluginRepositories>
  59. <id>artifactory</id>
  60. </profile>
  61. </profiles>
  62. <activeProfiles>
  63. <activeProfile>artifactory</activeProfile>
  64. </activeProfiles>
  65. </settings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement