Guest User

Untitled

a guest
Jan 22nd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.52 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd" xmlns="http://maven.apache.org/SETTINGS/1.1.0"
  3.    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.   <profiles>
  5.     <profile>
  6.       <properties>
  7.         <archetypeRepository>http://mavenrepo.openmrs.org/nexus/content/repositories/public</archetypeRepository>
  8.         <archetypeCatalog>http://mavenrepo.openmrs.org/nexus/content/repositories/public/archetype-catalog.xml</archetypeCatalog>
  9.       </properties>
  10.       <repositories>
  11.         <repository>
  12.           <id>openmrs-repo</id>
  13.           <name>OpenMRS Nexus Repository</name>
  14.           <url>http://mavenrepo.openmrs.org/nexus/content/repositories/public</url>
  15.         </repository>
  16.         <repository>
  17.           <id>openmrs-repo-thirdparty</id>
  18.           <name>OpenMRS Thirdparty Nexus Repository</name>
  19.           <url>http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty</url>
  20.         </repository>
  21.         <repository>
  22.           <id>openmrs-bintray-repo</id>
  23.           <name>OpeMRS Maven Bintray Repository</name>
  24.           <url>https://dl.bintray.com/openmrs/maven/</url>
  25.         </repository>
  26.       </repositories>
  27.       <pluginRepositories>
  28.         <pluginRepository>
  29.           <snapshots>
  30.             <enabled>false</enabled>
  31.           </snapshots>
  32.           <id>openmrs-repo</id>
  33.           <name>OpenMRS Nexus Repository</name>
  34.           <url>http://mavenrepo.openmrs.org/nexus/content/repositories/public</url>
  35.         </pluginRepository>
  36.         <pluginRepository>
  37.           <id>openmrs-bintray-repo</id>
  38.           <name>OpeMRS Maven Bintray Repository</name>
  39.           <url>https://dl.bintray.com/openmrs/maven/</url>
  40.         </pluginRepository>
  41.       </pluginRepositories>
  42.       <id>openmrs</id>
  43.     </profile>
  44.     <profile>
  45.         <activation>
  46.             <activeByDefault>true</activeByDefault>
  47.         </activation>
  48.         <properties>
  49.             <sonar.host.url>http://ihs.ihsinformatics.com:6921</sonar.host.url>
  50.         </properties>
  51.         <id>sonar</id>
  52.     </profile>
  53.   </profiles>
  54.   <activeProfiles>
  55.     <activeProfile>openmrs</activeProfile>
  56.     <activeProfile>bintray</activeProfile>
  57.   </activeProfiles>
  58.   <pluginGroups>
  59.     <pluginGroup>org.openmrs.maven.plugins</pluginGroup>
  60.   </pluginGroups>
  61.   <servers>
  62.     <server>
  63.         <id>bintray-seekme94-maven</id> <!-- same id with the snapshotRepository -->
  64.         <username>seekme94</username>
  65.         <password>my-bintray-password</password>
  66.     </server>
  67.   </servers>
  68. </settings>
Add Comment
Please, Sign In to add comment