Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. This XML file does not appear to have any style information associated with it. The document tree is shown below.
  2. <settings xmlns="http://maven.apache.org/SETTINGS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
  3. <servers>
  4. <server>
  5. <username>${env.BINTRAY_USER}</username>
  6. <password>${env.BINTRAY_API_KEY}</password>
  7. <id>bintray-sdk</id>
  8. </server>
  9. </servers>
  10. <profiles>
  11. <profile>
  12. <properties>
  13. <archetypeRepository>http://mavenrepo.openmrs.org/nexus/content/repositories/public</archetypeRepository>
  14. <archetypeCatalog>http://mavenrepo.openmrs.org/nexus/content/repositories/public/archetype-catalog.xml</archetypeCatalog>
  15. </properties>
  16. <repositories>
  17. <repository>
  18. <id>openmrs-repo</id>
  19. <name>OpenMRS Nexus Repository</name>
  20. <url>http://mavenrepo.openmrs.org/nexus/content/repositories/public</url>
  21. </repository>
  22. <repository>
  23. <releases>
  24. <checksumPolicy>fail</checksumPolicy>
  25. </releases>
  26. <snapshots>
  27. <checksumPolicy>warn</checksumPolicy>
  28. </snapshots>
  29. <id>archetype</id>
  30. <url>http://mavenrepo.openmrs.org/nexus/content/repositories/public</url>
  31. </repository>
  32. <repository>
  33. <id>openmrs-repo-thirdparty</id>
  34. <name>OpenMRS Thirdparty Nexus Repository</name>
  35. <url>http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty</url>
  36. </repository>
  37. <repository>
  38. <id>openmrs-bintray-repo</id>
  39. <name>OpeMRS Maven Bintray Repository</name>
  40. <url>https://dl.bintray.com/openmrs/maven/</url>
  41. </repository>
  42. </repositories>
  43. <pluginRepositories>
  44. <pluginRepository>
  45. <snapshots>
  46. <enabled>false</enabled>
  47. </snapshots>
  48. <id>openmrs-repo</id>
  49. <name>OpenMRS Nexus Repository</name>
  50. <url>http://mavenrepo.openmrs.org/nexus/content/repositories/public</url>
  51. </pluginRepository>
  52. <pluginRepository>
  53. <id>openmrs-bintray-repo</id>
  54. <name>OpeMRS Maven Bintray Repository</name>
  55. <url>https://dl.bintray.com/openmrs/maven/</url>
  56. </pluginRepository>
  57. </pluginRepositories>
  58. <id>openmrs</id>
  59. </profile>
  60. </profiles>
  61. <activeProfiles>
  62. <activeProfile>openmrs</activeProfile>
  63. </activeProfiles>
  64. <pluginGroups>
  65. <pluginGroup>org.openmrs.maven.plugins</pluginGroup>
  66. </pluginGroups>
  67. </settings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement