Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2021
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 144.54 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.19041.804]
  2. (c) 2020 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\ODEL>cd modules
  5. The system cannot find the path specified.
  6.  
  7. C:\Users\ODEL>cd modules
  8. The system cannot find the path specified.
  9.  
  10. C:\Users\ODEL>g:
  11.  
  12. G:\>cd modules
  13. The system cannot find the path specified.
  14.  
  15. G:\>cd openmrs
  16.  
  17. G:\openmrs>cd modules
  18.  
  19. G:\openmrs\modules>git clone git@github.com:openmrs/openmrs-distro-referenceapplication.git
  20. Cloning into 'openmrs-distro-referenceapplication'...
  21. The authenticity of host 'github.com (140.82.121.3)' can't be established.
  22. RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
  23. Are you sure you want to continue connecting (yes/no/[fingerprint])? y
  24. Please type 'yes', 'no' or the fingerprint:
  25. Host key verification failed.
  26. fatal: Could not read from remote repository.
  27.  
  28. Please make sure you have the correct access rights
  29. and the repository exists.
  30.  
  31. G:\openmrs\modules>git clone https://github.com/openmrs/openmrs-distro-referenceapplication.git
  32. Cloning into 'openmrs-distro-referenceapplication'...
  33. remote: Enumerating objects: 156, done.
  34. remote: Counting objects: 100% (156/156), done.
  35. remote: Compressing objects: 100% (105/105), done.
  36. remote: Total 12232 (delta 61), reused 92 (delta 33), pack-reused 12076
  37. Receiving objects: 100% (12232/12232), 16.59 MiB | 4.74 MiB/s, done.
  38. Resolving deltas: 100% (5587/5587), done.
  39.  
  40. G:\openmrs\modules>cd openmrs-distro-referenceapplication
  41.  
  42. G:\openmrs\modules\openmrs-distro-referenceapplication>git fetch --all
  43. Fetching origin
  44.  
  45. G:\openmrs\modules\openmrs-distro-referenceapplication>git checkout qa
  46. Switched to a new branch 'qa'
  47. Branch 'qa' set up to track remote branch 'qa' from 'origin'.
  48.  
  49. G:\openmrs\modules\openmrs-distro-referenceapplication>mvn clean install
  50. [INFO] Scanning for projects...
  51. [WARNING]
  52. [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication-package:jar:2.12.0-SNAPSHOT
  53. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:dataexchange-omod:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml, line 833, column 12
  54. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:allergyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml, line 846, column 12
  55. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:formentryapp-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml, line 866, column 12
  56. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:legacyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml, line 933, column 12
  57. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:reportingcompatibility-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml, line 952, column 12
  58. [WARNING]
  59. [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication-ui-tests:jar:2.12.0-SNAPSHOT
  60. [WARNING] 'version' contains an expression but should be a constant. @ org.openmrs.distro:referenceapplication-ui-tests:${parent.version}, G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\pom.xml, line 7, column 14
  61. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.openmrs.distro:referenceapplication-ui-tests:${parent.version}, G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\pom.xml, line 97, column 21
  62. [WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead. @ org.openmrs.distro:referenceapplication-ui-tests:${parent.version}, G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\pom.xml
  63. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:dataexchange-omod:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml, line 833, column 12
  64. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:allergyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml, line 846, column 12
  65. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:formentryapp-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml, line 866, column 12
  66. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:legacyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml, line 933, column 12
  67. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:reportingcompatibility-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml, line 952, column 12
  68. [WARNING]
  69. [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication:pom:2.12.0-SNAPSHOT
  70. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:dataexchange-omod:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 833, column 12
  71. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:allergyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 846, column 12
  72. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:formentryapp-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 866, column 12
  73. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:legacyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 933, column 12
  74. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:reportingcompatibility-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 952, column 12
  75. [WARNING]
  76. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  77. [WARNING]
  78. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  79. [WARNING]
  80. [INFO] ------------------------------------------------------------------------
  81. [INFO] Reactor Build Order:
  82. [INFO]
  83. [INFO] Reference Application Distribution [pom]
  84. [INFO] Reference Application Distribution Package [jar]
  85. [INFO] Reference Application Distribution UI Tests [jar]
  86. [INFO]
  87. [INFO] --------------< org.openmrs.distro:referenceapplication >---------------
  88. [INFO] Building Reference Application Distribution 2.12.0-SNAPSHOT [1/3]
  89. [INFO] --------------------------------[ pom ]---------------------------------
  90. [INFO]
  91. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ referenceapplication ---
  92. [INFO]
  93. [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication ---
  94. [INFO] Installing G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml to C:\Users\ODEL\.m2\repository\org\openmrs\distro\referenceapplication\2.12.0-SNAPSHOT\referenceapplication-2.12.0-SNAPSHOT.pom
  95. [INFO]
  96. [INFO] ----------< org.openmrs.distro:referenceapplication-package >-----------
  97. [INFO] Building Reference Application Distribution Package 2.12.0-SNAPSHOT [2/3]
  98. [INFO] --------------------------------[ jar ]---------------------------------
  99. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/3.12.4/openmrs-sdk-maven-plugin-3.12.4.pom
  100. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/3.12.4/openmrs-sdk-maven-plugin-3.12.4.pom (8.9 kB at 1.3 kB/s)
  101. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/maven/openmrs-sdk/3.12.4/openmrs-sdk-3.12.4.pom
  102. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/maven/openmrs-sdk/3.12.4/openmrs-sdk-3.12.4.pom (15 kB at 9.7 kB/s)
  103. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/3.12.4/openmrs-sdk-maven-plugin-3.12.4.jar
  104. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/3.12.4/openmrs-sdk-maven-plugin-3.12.4.jar (332 kB at 89 kB/s)
  105. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.pom
  106. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.pom (10 kB at 6.5 kB/s)
  107. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom
  108. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 kB at 7.1 kB/s)
  109. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.jar
  110. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.jar (31 kB at 20 kB/s)
  111. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-assembly-plugin/2.3/maven-assembly-plugin-2.3.pom
  112. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-assembly-plugin/2.3/maven-assembly-plugin-2.3.pom (15 kB at 9.7 kB/s)
  113. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-assembly-plugin/2.3/maven-assembly-plugin-2.3.jar
  114. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-assembly-plugin/2.3/maven-assembly-plugin-2.3.jar (221 kB at 70 kB/s)
  115. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom
  116. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom (5.8 kB at 2.4 kB/s)
  117. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar
  118. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar (64 kB at 36 kB/s)
  119. [WARNING] The POM for org.jboss.logging:jboss-logging:jar:3.4.1.Final is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
  120. [INFO]
  121. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ referenceapplication-package ---
  122. [INFO]
  123. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-package ---
  124. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  125. [INFO] Copying 1 resource
  126. [INFO] Copying 2 resources
  127. [INFO] skip non existing resourceDirectory G:\openmrs\modules\openmrs-distro-referenceapplication\package\src\main\webapp
  128. [INFO]
  129. [INFO] --- openmrs-sdk-maven-plugin:3.12.4:build-distro (build-distro) @ referenceapplication-package ---
  130.  
  131. Downloading modules...
  132.  
  133. [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.4.0:war
  134. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/web/openmrs-webapp/2.4.0/openmrs-webapp-2.4.0.war
  135. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/web/openmrs-webapp/2.4.0/openmrs-webapp-2.4.0.war (77 MB at 792 kB/s)
  136. [INFO] Copying openmrs-webapp-2.4.0.war to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\openmrs-2.4.0.war
  137. file:G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\openmrs-2.4.0.war
  138. target:G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web
  139. [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.14.2:jar
  140. [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.8.0:jar
  141. [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.12.1:jar
  142. [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.11.0:jar
  143. [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.12.0:jar
  144. [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.1.0:jar
  145. [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.14:omod
  146. [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.22.0-SNAPSHOT:jar
  147. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/registrationapp-omod/1.22.0-SNAPSHOT/maven-metadata.xml
  148. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/openmrs/module/registrationapp-omod/1.22.0-SNAPSHOT/maven-metadata.xml
  149. Downloading from openmrs-repo-thirdparty: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/org/openmrs/module/registrationapp-omod/1.22.0-SNAPSHOT/maven-metadata.xml
  150. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/registrationapp-omod/1.22.0-SNAPSHOT/maven-metadata.xml (794 B at 426 B/s)
  151. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/registrationapp-omod/1.22.0-SNAPSHOT/registrationapp-omod-1.22.0-20210208.162658-32.jar
  152. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/registrationapp-omod/1.22.0-SNAPSHOT/registrationapp-omod-1.22.0-20210208.162658-32.jar (916 kB at 230 kB/s)
  153. [INFO] Configured Artifact: org.openmrs:event-omod:2.8.0:jar
  154. [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.6:jar
  155. [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.10.0:jar
  156. [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.6:jar
  157. [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.13.0:jar
  158. [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.3:jar
  159. [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.12.0:jar
  160. [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.9.0:jar
  161. [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.4.0:jar
  162. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/attachments-omod/2.4.0/attachments-omod-2.4.0.jar
  163. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/attachments-omod/2.4.0/attachments-omod-2.4.0.jar (312 kB at 144 kB/s)
  164. [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.2:jar
  165. [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.6.0:jar
  166. [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.3.5:jar
  167. [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:1.11.2:jar
  168. [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.6:jar
  169. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/referencedemodata-omod/1.4.6/referencedemodata-omod-1.4.6.jar
  170. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/referencedemodata-omod/1.4.6/referencedemodata-omod-1.4.6.jar (56 kB at 30 kB/s)
  171. [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.31.0-SNAPSHOT:jar
  172. Downloading from openmrs-repo-thirdparty: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/org/openmrs/module/emrapi-omod/1.31.0-SNAPSHOT/maven-metadata.xml
  173. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/openmrs/module/emrapi-omod/1.31.0-SNAPSHOT/maven-metadata.xml
  174. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/emrapi-omod/1.31.0-SNAPSHOT/maven-metadata.xml
  175. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/emrapi-omod/1.31.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 304 B/s)
  176. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/emrapi-omod/1.31.0-SNAPSHOT/emrapi-omod-1.31.0-20210219.113041-160.jar
  177. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/emrapi-omod/1.31.0-SNAPSHOT/emrapi-omod-1.31.0-20210219.113041-160.jar (1.0 MB at 197 kB/s)
  178. [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.11.0:jar
  179. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/referenceapplication-omod/2.11.0/referenceapplication-omod-2.11.0.jar
  180. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/referenceapplication-omod/2.11.0/referenceapplication-omod-2.11.0.jar (1.9 MB at 561 kB/s)
  181. [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:3.12.0:jar
  182. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/htmlformentry-omod/3.12.0/htmlformentry-omod-3.12.0.jar
  183. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/htmlformentry-omod/3.12.0/htmlformentry-omod-3.12.0.jar (1.4 MB at 536 kB/s)
  184. [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.16.0:jar
  185. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/appframework-omod/2.16.0/appframework-omod-2.16.0.jar
  186. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/appframework-omod/2.16.0/appframework-omod-2.16.0.jar (1.6 MB at 498 kB/s)
  187. [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.11.0:jar
  188. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/referencemetadata-omod/2.11.0/referencemetadata-omod-2.11.0.jar
  189. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/referencemetadata-omod/2.11.0/referencemetadata-omod-2.11.0.jar (537 kB at 239 kB/s)
  190. [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.7.0:jar
  191. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/reportingui-omod/1.7.0/reportingui-omod-1.7.0.jar
  192. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/reportingui-omod/1.7.0/reportingui-omod-1.7.0.jar (142 kB at 69 kB/s)
  193. [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.31.0:jar
  194. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/coreapps-omod/1.31.0/coreapps-omod-1.31.0.jar
  195. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/coreapps-omod/1.31.0/coreapps-omod-1.31.0.jar (3.9 MB at 649 kB/s)
  196. [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.7:jar
  197. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/reportingcompatibility-omod/2.0.7/reportingcompatibility-omod-2.0.7.jar
  198. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/reportingcompatibility-omod/2.0.7/reportingcompatibility-omod-2.0.7.jar (965 kB at 329 kB/s)
  199. [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.21.0:jar
  200. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/reporting-omod/1.21.0/reporting-omod-1.21.0.jar
  201. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/reporting-omod/1.21.0/reporting-omod-1.21.0.jar (17 MB at 883 kB/s)
  202. [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.4.0:jar
  203. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/adminui-omod/1.4.0/adminui-omod-1.4.0.jar
  204. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/adminui-omod/1.4.0/adminui-omod-1.4.0.jar (257 kB at 111 kB/s)
  205. [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.10.0:jar
  206. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/registrationcore-omod/1.10.0/registrationcore-omod-1.10.0.jar
  207. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/registrationcore-omod/1.10.0/registrationcore-omod-1.10.0.jar (127 kB at 73 kB/s)
  208. [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.13.0:jar
  209. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/appointmentscheduling-omod/1.13.0/appointmentscheduling-omod-1.13.0.jar
  210. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/appointmentscheduling-omod/1.13.0/appointmentscheduling-omod-1.13.0.jar (1.6 MB at 16 kB/s)
  211. [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.2.1:jar
  212. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/calculation-omod/1.2.1/calculation-omod-1.2.1.jar
  213. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/calculation-omod/1.2.1/calculation-omod-1.2.1.jar (279 kB at 85 kB/s)
  214. [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.29.0:jar
  215. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/webservices.rest-omod/2.29.0/webservices.rest-omod-2.29.0.jar
  216. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/webservices.rest-omod/2.29.0/webservices.rest-omod-2.29.0.jar (6.9 MB at 1.3 MB/s)
  217. [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.4:omod
  218. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/atlas-omod/2.2.4/atlas-omod-2.2.4.omod
  219. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/atlas-omod/2.2.4/atlas-omod-2.2.4.omod (140 kB at 65 kB/s)
  220. [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.17.0-SNAPSHOT:jar
  221. Downloading from openmrs-repo-thirdparty: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/org/openmrs/module/uicommons-omod/2.17.0-SNAPSHOT/maven-metadata.xml
  222. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/openmrs/module/uicommons-omod/2.17.0-SNAPSHOT/maven-metadata.xml
  223. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/uicommons-omod/2.17.0-SNAPSHOT/maven-metadata.xml
  224. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/uicommons-omod/2.17.0-SNAPSHOT/maven-metadata.xml (785 B at 294 B/s)
  225. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/uicommons-omod/2.17.0-SNAPSHOT/uicommons-omod-2.17.0-20210210.102202-6.jar
  226. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/uicommons-omod/2.17.0-SNAPSHOT/uicommons-omod-2.17.0-20210210.102202-6.jar (4.9 MB at 947 kB/s)
  227. [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.19.0:jar
  228. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/uiframework-omod/3.19.0/uiframework-omod-3.19.0.jar
  229. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/uiframework-omod/3.19.0/uiframework-omod-3.19.0.jar (2.4 MB at 755 kB/s)
  230. [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.7.0:jar
  231. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/metadatasharing-omod/1.7.0/metadatasharing-omod-1.7.0.jar
  232. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/metadatasharing-omod/1.7.0/metadatasharing-omod-1.7.0.jar (500 kB at 217 kB/s)
  233. [INFO] Copying addresshierarchy-omod-2.14.2.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\addresshierarchy-2.14.2.omod
  234. [INFO] Copying legacyui-omod-1.8.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\legacyui-1.8.0.omod
  235. [INFO] Copying metadatadeploy-omod-1.12.1.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\metadatadeploy-1.12.1.omod
  236. [INFO] Copying reportingrest-omod-1.11.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\reportingrest-1.11.0.omod
  237. [INFO] Copying owa-omod-1.12.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\owa-1.12.0.omod
  238. [INFO] Copying fhir2-omod-1.1.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\fhir2-1.1.0.omod
  239. [INFO] Copying serialization.xstream-omod-0.2.14.omod to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\serialization.xstream-0.2.14.omod
  240. [INFO] Copying registrationapp-omod-1.22.0-SNAPSHOT.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\registrationapp-1.22.0-SNAPSHOT.omod
  241. [INFO] Copying event-omod-2.8.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\event-2.8.0.omod
  242. [INFO] Copying uilibrary-omod-2.0.6.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\uilibrary-2.0.6.omod
  243. [INFO] Copying htmlwidgets-omod-1.10.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\htmlwidgets-1.10.0.omod
  244. [INFO] Copying dataexchange-omod-1.3.6.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\dataexchange-1.3.6.omod
  245. [INFO] Copying appui-omod-1.13.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\appui-1.13.0.omod
  246. [INFO] Copying allergyui-omod-1.8.3.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\allergyui-1.8.3.omod
  247. [INFO] Copying providermanagement-omod-2.12.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\providermanagement-2.12.0.omod
  248. [INFO] Copying appointmentschedulingui-omod-1.9.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\appointmentschedulingui-1.9.0.omod
  249. [INFO] Copying attachments-omod-2.4.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\attachments-2.4.0.omod
  250. [INFO] Copying formentryapp-omod-1.4.2.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\formentryapp-1.4.2.omod
  251. [INFO] Copying idgen-omod-4.6.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\idgen-4.6.0.omod
  252. [INFO] Copying metadatamapping-omod-1.3.5.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\metadatamapping-1.3.5.omod
  253. [INFO] Copying htmlformentryui-omod-1.11.2.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\htmlformentryui-1.11.2.omod
  254. [INFO] Copying referencedemodata-omod-1.4.6.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\referencedemodata-1.4.6.omod
  255. [INFO] Copying emrapi-omod-1.31.0-SNAPSHOT.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\emrapi-1.31.0-SNAPSHOT.omod
  256. [INFO] Copying referenceapplication-omod-2.11.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\referenceapplication-2.11.0.omod
  257. [INFO] Copying htmlformentry-omod-3.12.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\htmlformentry-3.12.0.omod
  258. [INFO] Copying appframework-omod-2.16.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\appframework-2.16.0.omod
  259. [INFO] Copying referencemetadata-omod-2.11.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\referencemetadata-2.11.0.omod
  260. [INFO] Copying reportingui-omod-1.7.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\reportingui-1.7.0.omod
  261. [INFO] Copying coreapps-omod-1.31.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\coreapps-1.31.0.omod
  262. [INFO] Copying reportingcompatibility-omod-2.0.7.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\reportingcompatibility-2.0.7.omod
  263. [INFO] Copying reporting-omod-1.21.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\reporting-1.21.0.omod
  264. [INFO] Copying adminui-omod-1.4.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\adminui-1.4.0.omod
  265. [INFO] Copying registrationcore-omod-1.10.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\registrationcore-1.10.0.omod
  266. [INFO] Copying appointmentscheduling-omod-1.13.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\appointmentscheduling-1.13.0.omod
  267. [INFO] Copying calculation-omod-1.2.1.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\calculation-1.2.1.omod
  268. [INFO] Copying webservices.rest-omod-2.29.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\webservices.rest-2.29.0.omod
  269. [INFO] Copying atlas-omod-2.2.4.omod to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\atlas-2.2.4.omod
  270. [INFO] Copying uicommons-omod-2.17.0-SNAPSHOT.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\uicommons-2.17.0-SNAPSHOT.omod
  271. [INFO] Copying uiframework-omod-3.19.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\uiframework-3.19.0.omod
  272. [INFO] Copying metadatasharing-omod-1.7.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\metadatasharing-1.7.0.omod
  273.  
  274. Downloading OWAs...
  275.  
  276. Downloading https://dl.bintray.com/openmrs/owa/SystemAdministration-1.2.zip
  277.  
  278. Creating Docker Compose configuration...
  279.  
  280.  
  281. The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro
  282.  
  283. [INFO]
  284. [INFO] --- openmrs-sdk-maven-plugin:3.12.4:build-distro (build-bundled-distro) @ referenceapplication-package ---
  285.  
  286. Downloading modules...
  287.  
  288. [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.4.0:war
  289. [INFO] Copying openmrs-webapp-2.4.0.war to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\openmrs-2.4.0.war
  290. file:G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\openmrs-2.4.0.war
  291. target:G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web
  292. [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.14.2:jar
  293. [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.8.0:jar
  294. [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.12.1:jar
  295. [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.11.0:jar
  296. [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.12.0:jar
  297. [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.1.0:jar
  298. [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.14:omod
  299. [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.22.0-SNAPSHOT:jar
  300. [INFO] Configured Artifact: org.openmrs:event-omod:2.8.0:jar
  301. [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.6:jar
  302. [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.10.0:jar
  303. [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.6:jar
  304. [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.13.0:jar
  305. [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.3:jar
  306. [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.12.0:jar
  307. [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.9.0:jar
  308. [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.4.0:jar
  309. [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.2:jar
  310. [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.6.0:jar
  311. [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.3.5:jar
  312. [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:1.11.2:jar
  313. [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.6:jar
  314. [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.31.0-SNAPSHOT:jar
  315. [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.11.0:jar
  316. [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:3.12.0:jar
  317. [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.16.0:jar
  318. [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.11.0:jar
  319. [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.7.0:jar
  320. [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.31.0:jar
  321. [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.7:jar
  322. [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.21.0:jar
  323. [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.4.0:jar
  324. [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.10.0:jar
  325. [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.13.0:jar
  326. [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.2.1:jar
  327. [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.29.0:jar
  328. [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.4:omod
  329. [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.17.0-SNAPSHOT:jar
  330. [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.19.0:jar
  331. [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.7.0:jar
  332. [INFO] Copying addresshierarchy-omod-2.14.2.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\addresshierarchy-2.14.2.omod
  333. [INFO] Copying legacyui-omod-1.8.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\legacyui-1.8.0.omod
  334. [INFO] Copying metadatadeploy-omod-1.12.1.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\metadatadeploy-1.12.1.omod
  335. [INFO] Copying reportingrest-omod-1.11.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\reportingrest-1.11.0.omod
  336. [INFO] Copying owa-omod-1.12.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\owa-1.12.0.omod
  337. [INFO] Copying fhir2-omod-1.1.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\fhir2-1.1.0.omod
  338. [INFO] Copying serialization.xstream-omod-0.2.14.omod to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\serialization.xstream-0.2.14.omod
  339. [INFO] Copying registrationapp-omod-1.22.0-SNAPSHOT.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\registrationapp-1.22.0-SNAPSHOT.omod
  340. [INFO] Copying event-omod-2.8.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\event-2.8.0.omod
  341. [INFO] Copying uilibrary-omod-2.0.6.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\uilibrary-2.0.6.omod
  342. [INFO] Copying htmlwidgets-omod-1.10.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\htmlwidgets-1.10.0.omod
  343. [INFO] Copying dataexchange-omod-1.3.6.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\dataexchange-1.3.6.omod
  344. [INFO] Copying appui-omod-1.13.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\appui-1.13.0.omod
  345. [INFO] Copying allergyui-omod-1.8.3.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\allergyui-1.8.3.omod
  346. [INFO] Copying providermanagement-omod-2.12.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\providermanagement-2.12.0.omod
  347. [INFO] Copying appointmentschedulingui-omod-1.9.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\appointmentschedulingui-1.9.0.omod
  348. [INFO] Copying attachments-omod-2.4.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\attachments-2.4.0.omod
  349. [INFO] Copying formentryapp-omod-1.4.2.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\formentryapp-1.4.2.omod
  350. [INFO] Copying idgen-omod-4.6.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\idgen-4.6.0.omod
  351. [INFO] Copying metadatamapping-omod-1.3.5.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\metadatamapping-1.3.5.omod
  352. [INFO] Copying htmlformentryui-omod-1.11.2.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\htmlformentryui-1.11.2.omod
  353. [INFO] Copying referencedemodata-omod-1.4.6.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\referencedemodata-1.4.6.omod
  354. [INFO] Copying emrapi-omod-1.31.0-SNAPSHOT.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\emrapi-1.31.0-SNAPSHOT.omod
  355. [INFO] Copying referenceapplication-omod-2.11.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\referenceapplication-2.11.0.omod
  356. [INFO] Copying htmlformentry-omod-3.12.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\htmlformentry-3.12.0.omod
  357. [INFO] Copying appframework-omod-2.16.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\appframework-2.16.0.omod
  358. [INFO] Copying referencemetadata-omod-2.11.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\referencemetadata-2.11.0.omod
  359. [INFO] Copying reportingui-omod-1.7.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\reportingui-1.7.0.omod
  360. [INFO] Copying coreapps-omod-1.31.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\coreapps-1.31.0.omod
  361. [INFO] Copying reportingcompatibility-omod-2.0.7.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\reportingcompatibility-2.0.7.omod
  362. [INFO] Copying reporting-omod-1.21.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\reporting-1.21.0.omod
  363. [INFO] Copying adminui-omod-1.4.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\adminui-1.4.0.omod
  364. [INFO] Copying registrationcore-omod-1.10.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\registrationcore-1.10.0.omod
  365. [INFO] Copying appointmentscheduling-omod-1.13.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\appointmentscheduling-1.13.0.omod
  366. [INFO] Copying calculation-omod-1.2.1.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\calculation-1.2.1.omod
  367. [INFO] Copying webservices.rest-omod-2.29.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\webservices.rest-2.29.0.omod
  368. [INFO] Copying atlas-omod-2.2.4.omod to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\atlas-2.2.4.omod
  369. [INFO] Copying uicommons-omod-2.17.0-SNAPSHOT.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\uicommons-2.17.0-SNAPSHOT.omod
  370. [INFO] Copying uiframework-omod-3.19.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\uiframework-3.19.0.omod
  371. [INFO] Copying metadatasharing-omod-1.7.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\metadatasharing-1.7.0.omod
  372.  
  373. Downloading OWAs...
  374.  
  375. Downloading https://dl.bintray.com/openmrs/owa/SystemAdministration-1.2.zip
  376.  
  377. Creating Docker Compose configuration...
  378.  
  379.  
  380. The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro
  381.  
  382. [INFO]
  383. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-package ---
  384. [INFO] No sources to compile
  385. [INFO]
  386. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-package ---
  387. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  388. [INFO] skip non existing resourceDirectory G:\openmrs\modules\openmrs-distro-referenceapplication\package\src\test\resources
  389. [INFO] skip non existing resourceDirectory G:\openmrs\modules\openmrs-distro-referenceapplication\package\src\test\resources
  390. [INFO]
  391. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-package ---
  392. [INFO] No sources to compile
  393. [INFO]
  394. [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ referenceapplication-package ---
  395. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.pom
  396. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.pom (3.0 kB at 2.0 kB/s)
  397. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.pom
  398. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.pom (2.5 kB at 1.6 kB/s)
  399. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.pom
  400. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.pom (5.1 kB at 3.4 kB/s)
  401. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.jar
  402. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.jar
  403. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.jar
  404. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.jar (33 kB at 12 kB/s)
  405. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.jar (124 kB at 31 kB/s)
  406. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.jar (224 kB at 55 kB/s)
  407. [INFO] No tests to run.
  408. [INFO] Surefire report directory: G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\surefire-reports
  409. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire-junit4/2.12/surefire-junit4-2.12.pom
  410. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire-junit4/2.12/surefire-junit4-2.12.pom (2.4 kB at 1.6 kB/s)
  411. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire-providers/2.12/surefire-providers-2.12.pom
  412. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire-providers/2.12/surefire-providers-2.12.pom (2.3 kB at 1.5 kB/s)
  413. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire-junit4/2.12/surefire-junit4-2.12.jar
  414. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire-junit4/2.12/surefire-junit4-2.12.jar (34 kB at 19 kB/s)
  415.  
  416. -------------------------------------------------------
  417. T E S T S
  418. -------------------------------------------------------
  419.  
  420. Results :
  421.  
  422. Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
  423.  
  424. [INFO]
  425. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ referenceapplication-package ---
  426. [INFO] Building jar: G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\referenceapplication-package-2.12.0-SNAPSHOT.jar
  427. [INFO]
  428. [INFO] --- maven-assembly-plugin:2.3:single (make-assembly) @ referenceapplication-package ---
  429. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.pom
  430. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.pom (5.8 kB at 3.7 kB/s)
  431. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.jar
  432. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.jar (43 kB at 25 kB/s)
  433. [INFO] Reading assembly descriptor: G:\openmrs\modules\openmrs-distro-referenceapplication\package/src/main/assembly/assembly.xml
  434. [INFO] Building zip: G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\referenceapplication-package-2.12.0-SNAPSHOT-addons.zip
  435. [INFO]
  436. [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ referenceapplication-package ---
  437. [INFO]
  438. [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ referenceapplication-package ---
  439. [WARNING] JAR will be empty - no content was marked for inclusion!
  440. [INFO] Building jar: G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\referenceapplication-package-2.12.0-SNAPSHOT-tests.jar
  441. [INFO]
  442. [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication-package ---
  443. [INFO] Installing G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\referenceapplication-package-2.12.0-SNAPSHOT.jar to C:\Users\ODEL\.m2\repository\org\openmrs\distro\referenceapplication-package\2.12.0-SNAPSHOT\referenceapplication-package-2.12.0-SNAPSHOT.jar
  444. [INFO] Installing G:\openmrs\modules\openmrs-distro-referenceapplication\package\pom.xml to C:\Users\ODEL\.m2\repository\org\openmrs\distro\referenceapplication-package\2.12.0-SNAPSHOT\referenceapplication-package-2.12.0-SNAPSHOT.pom
  445. [INFO] Installing G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\referenceapplication-package-2.12.0-SNAPSHOT-addons.zip to C:\Users\ODEL\.m2\repository\org\openmrs\distro\referenceapplication-package\2.12.0-SNAPSHOT\referenceapplication-package-2.12.0-SNAPSHOT-addons.zip
  446. [INFO] Installing G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\openmrs.war to C:\Users\ODEL\.m2\repository\org\openmrs\distro\referenceapplication-package\2.12.0-SNAPSHOT\referenceapplication-package-2.12.0-SNAPSHOT.war
  447. [INFO] Installing G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\referenceapplication-package-2.12.0-SNAPSHOT-tests.jar to C:\Users\ODEL\.m2\repository\org\openmrs\distro\referenceapplication-package\2.12.0-SNAPSHOT\referenceapplication-package-2.12.0-SNAPSHOT-tests.jar
  448. [INFO]
  449. [INFO] ----------< org.openmrs.distro:referenceapplication-ui-tests >----------
  450. [INFO] Building Reference Application Distribution UI Tests 2.12.0-SNAPSHOT [3/3]
  451. [INFO] --------------------------------[ jar ]---------------------------------
  452. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-failsafe-plugin/2.18.1/maven-failsafe-plugin-2.18.1.pom
  453. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-failsafe-plugin/2.18.1/maven-failsafe-plugin-2.18.1.pom (9.0 kB at 5.3 kB/s)
  454. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-failsafe-plugin/2.18.1/maven-failsafe-plugin-2.18.1.jar
  455. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-failsafe-plugin/2.18.1/maven-failsafe-plugin-2.18.1.jar (82 kB at 46 kB/s)
  456. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/contrib/uitestframework/2.4.0-SNAPSHOT/maven-metadata.xml
  457. Downloading from openmrs-repo-thirdparty: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/org/openmrs/contrib/uitestframework/2.4.0-SNAPSHOT/maven-metadata.xml
  458. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/openmrs/contrib/uitestframework/2.4.0-SNAPSHOT/maven-metadata.xml
  459. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/contrib/uitestframework/2.4.0-SNAPSHOT/maven-metadata.xml (784 B at 372 B/s)
  460. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/contrib/uitestframework/2.4.0-SNAPSHOT/uitestframework-2.4.0-20180627.183129-1.pom
  461. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/contrib/uitestframework/2.4.0-SNAPSHOT/uitestframework-2.4.0-20180627.183129-1.pom (3.9 kB at 2.4 kB/s)
  462. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-java/2.52.0/selenium-java-2.52.0.pom
  463. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-java/2.52.0/selenium-java-2.52.0.pom (5.1 kB at 3.1 kB/s)
  464. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-parent/2.52.0/selenium-parent-2.52.0.pom
  465. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-parent/2.52.0/selenium-parent-2.52.0.pom (9.8 kB at 6.3 kB/s)
  466. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-chrome-driver/2.52.0/selenium-chrome-driver-2.52.0.pom
  467. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-chrome-driver/2.52.0/selenium-chrome-driver-2.52.0.pom (2.9 kB at 1.9 kB/s)
  468. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-remote-driver/2.52.0/selenium-remote-driver-2.52.0.pom
  469. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-remote-driver/2.52.0/selenium-remote-driver-2.52.0.pom (3.6 kB at 2.3 kB/s)
  470. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom
  471. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom (9.0 kB at 5.4 kB/s)
  472. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-api/2.52.0/selenium-api-2.52.0.pom
  473. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-api/2.52.0/selenium-api-2.52.0.pom (5.3 kB at 3.2 kB/s)
  474. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/google/guava/guava/19.0/guava-19.0.pom
  475. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/google/guava/guava/19.0/guava-19.0.pom (6.8 kB at 3.9 kB/s)
  476. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom
  477. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom (9.9 kB at 6.5 kB/s)
  478. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom
  479. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom (1.3 kB at 835 B/s)
  480. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.pom
  481. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.pom (1.5 kB at 984 B/s)
  482. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-edge-driver/2.52.0/selenium-edge-driver-2.52.0.pom
  483. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-edge-driver/2.52.0/selenium-edge-driver-2.52.0.pom (2.2 kB at 1.4 kB/s)
  484. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-htmlunit-driver/2.52.0/selenium-htmlunit-driver-2.52.0.pom
  485. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-htmlunit-driver/2.52.0/selenium-htmlunit-driver-2.52.0.pom (2.7 kB at 1.7 kB/s)
  486. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-support/2.52.0/selenium-support-2.52.0.pom
  487. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-support/2.52.0/selenium-support-2.52.0.pom (2.5 kB at 1.6 kB/s)
  488. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/sourceforge/htmlunit/htmlunit/2.18/htmlunit-2.18.pom
  489. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/sourceforge/htmlunit/htmlunit/2.18/htmlunit-2.18.pom (36 kB at 23 kB/s)
  490. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/xalan/xalan/2.7.2/xalan-2.7.2.pom
  491. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/xalan/xalan/2.7.2/xalan-2.7.2.pom (1.3 kB at 835 B/s)
  492. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/xalan/serializer/2.7.2/serializer-2.7.2.pom
  493. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/xalan/serializer/2.7.2/serializer-2.7.2.pom (1.1 kB at 682 B/s)
  494. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.pom
  495. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.pom (6.4 kB at 4.1 kB/s)
  496. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/httpcomponents/httpcomponents-client/4.5/httpcomponents-client-4.5.pom
  497. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/httpcomponents/httpcomponents-client/4.5/httpcomponents-client-4.5.pom (16 kB at 7.5 kB/s)
  498. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.pom
  499. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.pom (4.6 kB at 3.0 kB/s)
  500. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/httpcomponents/httpcomponents-core/4.4.1/httpcomponents-core-4.4.1.pom
  501. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/httpcomponents/httpcomponents-core/4.4.1/httpcomponents-core-4.4.1.pom (13 kB at 8.1 kB/s)
  502. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/httpcomponents/httpmime/4.5/httpmime-4.5.pom
  503. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/httpcomponents/httpmime/4.5/httpmime-4.5.pom (4.8 kB at 3.1 kB/s)
  504. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/sourceforge/htmlunit/htmlunit-core-js/2.17/htmlunit-core-js-2.17.pom
  505. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/sourceforge/htmlunit/htmlunit-core-js/2.17/htmlunit-core-js-2.17.pom (1.5 kB at 958 B/s)
  506. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/sourceforge/nekohtml/nekohtml/1.9.22/nekohtml-1.9.22.pom
  507. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/sourceforge/nekohtml/nekohtml/1.9.22/nekohtml-1.9.22.pom (1.4 kB at 932 B/s)
  508. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/sourceforge/cssparser/cssparser/0.9.16/cssparser-0.9.16.pom
  509. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/sourceforge/cssparser/cssparser/0.9.16/cssparser-0.9.16.pom (12 kB at 8.1 kB/s)
  510. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/websocket/websocket-client/9.2.12.v20150709/websocket-client-9.2.12.v20150709.pom
  511. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/websocket/websocket-client/9.2.12.v20150709/websocket-client-9.2.12.v20150709.pom (5.1 kB at 3.2 kB/s)
  512. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/websocket/websocket-parent/9.2.12.v20150709/websocket-parent-9.2.12.v20150709.pom
  513. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/websocket/websocket-parent/9.2.12.v20150709/websocket-parent-9.2.12.v20150709.pom (3.5 kB at 2.2 kB/s)
  514. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/jetty-project/9.2.12.v20150709/jetty-project-9.2.12.v20150709.pom
  515. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/jetty-project/9.2.12.v20150709/jetty-project-9.2.12.v20150709.pom (37 kB at 24 kB/s)
  516. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/jetty-parent/23/jetty-parent-23.pom
  517. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/jetty-parent/23/jetty-parent-23.pom (22 kB at 14 kB/s)
  518. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/jetty-util/9.2.12.v20150709/jetty-util-9.2.12.v20150709.pom
  519. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/jetty-util/9.2.12.v20150709/jetty-util-9.2.12.v20150709.pom (3.4 kB at 2.2 kB/s)
  520. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/jetty-io/9.2.12.v20150709/jetty-io-9.2.12.v20150709.pom
  521. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/jetty-io/9.2.12.v20150709/jetty-io-9.2.12.v20150709.pom (2.3 kB at 1.4 kB/s)
  522. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/websocket/websocket-common/9.2.12.v20150709/websocket-common-9.2.12.v20150709.pom
  523. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/websocket/websocket-common/9.2.12.v20150709/websocket-common-9.2.12.v20150709.pom (2.6 kB at 1.7 kB/s)
  524. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/websocket/websocket-api/9.2.12.v20150709/websocket-api-9.2.12.v20150709.pom
  525. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/websocket/websocket-api/9.2.12.v20150709/websocket-api-9.2.12.v20150709.pom (2.2 kB at 1.4 kB/s)
  526. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-firefox-driver/2.52.0/selenium-firefox-driver-2.52.0.pom
  527. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-firefox-driver/2.52.0/selenium-firefox-driver-2.52.0.pom (3.2 kB at 2.1 kB/s)
  528. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-ie-driver/2.52.0/selenium-ie-driver-2.52.0.pom
  529. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-ie-driver/2.52.0/selenium-ie-driver-2.52.0.pom (3.2 kB at 2.1 kB/s)
  530. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-safari-driver/2.52.0/selenium-safari-driver-2.52.0.pom
  531. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-safari-driver/2.52.0/selenium-safari-driver-2.52.0.pom (3.1 kB at 2.0 kB/s)
  532. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-leg-rc/2.52.0/selenium-leg-rc-2.52.0.pom
  533. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-leg-rc/2.52.0/selenium-leg-rc-2.52.0.pom (4.8 kB at 3.1 kB/s)
  534. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/commons/commons-vfs2/2.0/commons-vfs2-2.0.pom
  535. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/commons/commons-vfs2/2.0/commons-vfs2-2.0.pom (8.6 kB at 5.5 kB/s)
  536. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/commons/commons-vfs2-project/2.0/commons-vfs2-project-2.0.pom
  537. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/commons/commons-vfs2-project/2.0/commons-vfs2-project-2.0.pom (15 kB at 9.6 kB/s)
  538. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/commons/commons-parent/21/commons-parent-21.pom
  539. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/commons/commons-parent/21/commons-parent-21.pom (34 kB at 22 kB/s)
  540. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/scm/maven-scm-api/1.4/maven-scm-api-1.4.pom
  541. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/scm/maven-scm-api/1.4/maven-scm-api-1.4.pom (1.6 kB at 1.0 kB/s)
  542. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/scm/maven-scm/1.4/maven-scm-1.4.pom
  543. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/scm/maven-scm/1.4/maven-scm-1.4.pom (14 kB at 8.9 kB/s)
  544. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.4/maven-scm-provider-svnexe-1.4.pom
  545. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.4/maven-scm-provider-svnexe-1.4.pom (2.4 kB at 1.6 kB/s)
  546. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/scm/maven-scm-providers-svn/1.4/maven-scm-providers-svn-1.4.pom
  547. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/scm/maven-scm-providers-svn/1.4/maven-scm-providers-svn-1.4.pom (2.1 kB at 1.4 kB/s)
  548. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/scm/maven-scm-providers/1.4/maven-scm-providers-1.4.pom
  549. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/scm/maven-scm-providers/1.4/maven-scm-providers-1.4.pom (3.6 kB at 2.3 kB/s)
  550. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.4/maven-scm-provider-svn-commons-1.4.pom
  551. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.4/maven-scm-provider-svn-commons-1.4.pom (2.1 kB at 1.3 kB/s)
  552. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/javax/jms/jms/1.1/jms-1.1.pom
  553. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/javax/jms/jms/1.1/jms-1.1.pom (677 B at 433 B/s)
  554. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/jdmk/jmxtools/1.2.1/jmxtools-1.2.1.pom
  555. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/jdmk/jmxtools/1.2.1/jmxtools-1.2.1.pom (409 B at 263 B/s)
  556. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/jmx/jmxri/1.2.1/jmxri-1.2.1.pom
  557. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/jmx/jmxri/1.2.1/jmxri-1.2.1.pom (155 B at 46 B/s)
  558. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/dbunit/dbunit/2.4.9/dbunit-2.4.9.pom
  559. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/dbunit/dbunit/2.4.9/dbunit-2.4.9.pom (38 kB at 23 kB/s)
  560. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/mysql/mysql-connector-java/5.1.25/mysql-connector-java-5.1.25.pom
  561. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/mysql/mysql-connector-java/5.1.25/mysql-connector-java-5.1.25.pom (1.3 kB at 750 B/s)
  562. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/jersey/core/jersey-client/2.2/jersey-client-2.2.pom
  563. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/jersey/core/jersey-client/2.2/jersey-client-2.2.pom (4.6 kB at 2.9 kB/s)
  564. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/jersey/project/2.2/project-2.2.pom
  565. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/jersey/project/2.2/project-2.2.pom (51 kB at 30 kB/s)
  566. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/java/jvnet-parent/4/jvnet-parent-4.pom
  567. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/java/jvnet-parent/4/jvnet-parent-4.pom (7.8 kB at 4.7 kB/s)
  568. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/hk2-bom/2.2.0-b14/hk2-bom-2.2.0-b14.pom
  569. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/hk2-bom/2.2.0-b14/hk2-bom-2.2.0-b14.pom (16 kB at 10.0 kB/s)
  570. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/jersey/core/jersey-common/2.2/jersey-common-2.2.pom
  571. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/jersey/core/jersey-common/2.2/jersey-common-2.2.pom (6.9 kB at 4.3 kB/s)
  572. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/javax/ws/rs/javax.ws.rs-api/2.0/javax.ws.rs-api-2.0.pom
  573. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/javax/ws/rs/javax.ws.rs-api/2.0/javax.ws.rs-api-2.0.pom (20 kB at 12 kB/s)
  574. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
  575. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 8.4 kB/s)
  576. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/google/guava/guava/14.0.1/guava-14.0.1.pom
  577. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 3.1 kB/s)
  578. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
  579. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 1.6 kB/s)
  580. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/hk2-api/2.2.0-b14/hk2-api-2.2.0-b14.pom
  581. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/hk2-api/2.2.0-b14/hk2-api-2.2.0-b14.pom (4.9 kB at 3.1 kB/s)
  582. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/hk2-public/2.2.0-b14/hk2-public-2.2.0-b14.pom
  583. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/hk2-public/2.2.0-b14/hk2-public-2.2.0-b14.pom (4.0 kB at 2.6 kB/s)
  584. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/hk2-parent/2.2.0-b14/hk2-parent-2.2.0-b14.pom
  585. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/hk2-parent/2.2.0-b14/hk2-parent-2.2.0-b14.pom (18 kB at 12 kB/s)
  586. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/hk2-utils/2.2.0-b14/hk2-utils-2.2.0-b14.pom
  587. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/hk2-utils/2.2.0-b14/hk2-utils-2.2.0-b14.pom (5.5 kB at 3.4 kB/s)
  588. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/external/javax.inject/2.2.0-b14/javax.inject-2.2.0-b14.pom
  589. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/external/javax.inject/2.2.0-b14/javax.inject-2.2.0-b14.pom (6.9 kB at 4.5 kB/s)
  590. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/external/2.2.0-b14/external-2.2.0-b14.pom
  591. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/external/2.2.0-b14/external-2.2.0-b14.pom (3.0 kB at 1.9 kB/s)
  592. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/hk2-locator/2.2.0-b14/hk2-locator-2.2.0-b14.pom
  593. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/hk2-locator/2.2.0-b14/hk2-locator-2.2.0-b14.pom (6.2 kB at 3.9 kB/s)
  594. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/hk2-kernel-parent/2.2.0-b14/hk2-kernel-parent-2.2.0-b14.pom
  595. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/hk2-kernel-parent/2.2.0-b14/hk2-kernel-parent-2.2.0-b14.pom (5.6 kB at 3.6 kB/s)
  596. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/external/asm-all-repackaged/2.2.0-b14/asm-all-repackaged-2.2.0-b14.pom
  597. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/external/asm-all-repackaged/2.2.0-b14/asm-all-repackaged-2.2.0-b14.pom (7.4 kB at 4.9 kB/s)
  598. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/external/cglib/2.2.0-b14/cglib-2.2.0-b14.pom
  599. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/external/cglib/2.2.0-b14/cglib-2.2.0-b14.pom (9.2 kB at 6.2 kB/s)
  600. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.pom
  601. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.pom (6.2 kB at 4.2 kB/s)
  602. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/pom/8/pom-8.pom
  603. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/pom/8/pom-8.pom (9.7 kB at 6.2 kB/s)
  604. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.pom
  605. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.pom (6.0 kB at 3.9 kB/s)
  606. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/fasterxml/oss-parent/10/oss-parent-10.pom
  607. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/fasterxml/oss-parent/10/oss-parent-10.pom (24 kB at 16 kB/s)
  608. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.pom
  609. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.pom (5.4 kB at 3.6 kB/s)
  610. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.pom
  611. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.pom (1.3 kB at 841 B/s)
  612. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/saucelabs/sauce_junit/2.1.18/sauce_junit-2.1.18.pom
  613. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/saucelabs/sauce_junit/2.1.18/sauce_junit-2.1.18.pom (2.1 kB at 1.4 kB/s)
  614. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/saucelabs/sauce_java/2.1.18/sauce_java-2.1.18.pom
  615. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/saucelabs/sauce_java/2.1.18/sauce_java-2.1.18.pom (6.1 kB at 4.1 kB/s)
  616. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/saucelabs/sauce_java_common/2.1.18/sauce_java_common-2.1.18.pom
  617. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/saucelabs/sauce_java_common/2.1.18/sauce_java_common-2.1.18.pom (765 B at 525 B/s)
  618. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/saucelabs/saucerest/1.0.22/saucerest-1.0.22.pom
  619. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/saucelabs/saucerest/1.0.22/saucerest-1.0.22.pom (4.5 kB at 3.0 kB/s)
  620. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom
  621. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom (1.1 kB at 535 B/s)
  622. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/json/json/20090211/json-20090211.pom
  623. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/json/json/20090211/json-20090211.pom (1.4 kB at 950 B/s)
  624. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/contrib/uitestframework/2.4.0-SNAPSHOT/uitestframework-2.4.0-20180627.183129-1.jar
  625. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar
  626. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-remote-driver/2.52.0/selenium-remote-driver-2.52.0.jar
  627. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-java/2.52.0/selenium-java-2.52.0.jar
  628. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-chrome-driver/2.52.0/selenium-chrome-driver-2.52.0.jar
  629. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar (211 kB at 64 kB/s)
  630. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-api/2.52.0/selenium-api-2.52.0.jar
  631. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-java/2.52.0/selenium-java-2.52.0.jar (2.1 kB at 646 B/s)
  632. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-edge-driver/2.52.0/selenium-edge-driver-2.52.0.jar
  633. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-chrome-driver/2.52.0/selenium-chrome-driver-2.52.0.jar (11 kB at 3.3 kB/s)
  634. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-htmlunit-driver/2.52.0/selenium-htmlunit-driver-2.52.0.jar
  635. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-remote-driver/2.52.0/selenium-remote-driver-2.52.0.jar (235 kB at 49 kB/s)
  636. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/sourceforge/htmlunit/htmlunit/2.18/htmlunit-2.18.jar
  637. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-edge-driver/2.52.0/selenium-edge-driver-2.52.0.jar (6.4 kB at 1.3 kB/s)
  638. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/xalan/xalan/2.7.2/xalan-2.7.2.jar
  639. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-htmlunit-driver/2.52.0/selenium-htmlunit-driver-2.52.0.jar (62 kB at 12 kB/s)
  640. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/xalan/serializer/2.7.2/serializer-2.7.2.jar
  641. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-api/2.52.0/selenium-api-2.52.0.jar (144 kB at 26 kB/s)
  642. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/httpcomponents/httpmime/4.5/httpmime-4.5.jar
  643. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/contrib/uitestframework/2.4.0-SNAPSHOT/uitestframework-2.4.0-20180627.183129-1.jar (8.2 MB at 1.3 MB/s)
  644. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/sourceforge/htmlunit/htmlunit-core-js/2.17/htmlunit-core-js-2.17.jar
  645. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/httpcomponents/httpmime/4.5/httpmime-4.5.jar (41 kB at 5.8 kB/s)
  646. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/sourceforge/nekohtml/nekohtml/1.9.22/nekohtml-1.9.22.jar
  647. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/xalan/serializer/2.7.2/serializer-2.7.2.jar (276 kB at 37 kB/s)
  648. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/sourceforge/cssparser/cssparser/0.9.16/cssparser-0.9.16.jar
  649. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/sourceforge/htmlunit/htmlunit/2.18/htmlunit-2.18.jar (1.9 MB at 230 kB/s)
  650. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/websocket/websocket-client/9.2.12.v20150709/websocket-client-9.2.12.v20150709.jar
  651. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/xalan/xalan/2.7.2/xalan-2.7.2.jar (3.2 MB at 380 kB/s)
  652. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/jetty-util/9.2.12.v20150709/jetty-util-9.2.12.v20150709.jar
  653. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/sourceforge/nekohtml/nekohtml/1.9.22/nekohtml-1.9.22.jar (125 kB at 14 kB/s)
  654. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/jetty-io/9.2.12.v20150709/jetty-io-9.2.12.v20150709.jar
  655. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/sourceforge/htmlunit/htmlunit-core-js/2.17/htmlunit-core-js-2.17.jar (1.1 MB at 121 kB/s)
  656. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/websocket/websocket-common/9.2.12.v20150709/websocket-common-9.2.12.v20150709.jar
  657. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/websocket/websocket-client/9.2.12.v20150709/websocket-client-9.2.12.v20150709.jar (36 kB at 3.8 kB/s)
  658. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/websocket/websocket-api/9.2.12.v20150709/websocket-api-9.2.12.v20150709.jar
  659. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/sourceforge/cssparser/cssparser/0.9.16/cssparser-0.9.16.jar (380 kB at 38 kB/s)
  660. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-firefox-driver/2.52.0/selenium-firefox-driver-2.52.0.jar
  661. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/jetty-util/9.2.12.v20150709/jetty-util-9.2.12.v20150709.jar (358 kB at 34 kB/s)
  662. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-ie-driver/2.52.0/selenium-ie-driver-2.52.0.jar
  663. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/jetty-io/9.2.12.v20150709/jetty-io-9.2.12.v20150709.jar (108 kB at 9.8 kB/s)
  664. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar
  665. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/websocket/websocket-common/9.2.12.v20150709/websocket-common-9.2.12.v20150709.jar (180 kB at 16 kB/s)
  666. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar
  667. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/jetty/websocket/websocket-api/9.2.12.v20150709/websocket-api-9.2.12.v20150709.jar (44 kB at 3.9 kB/s)
  668. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-safari-driver/2.52.0/selenium-safari-driver-2.52.0.jar
  669. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-ie-driver/2.52.0/selenium-ie-driver-2.52.0.jar (12 kB at 958 B/s)
  670. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-support/2.52.0/selenium-support-2.52.0.jar
  671. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-firefox-driver/2.52.0/selenium-firefox-driver-2.52.0.jar (817 kB at 64 kB/s)
  672. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-leg-rc/2.52.0/selenium-leg-rc-2.52.0.jar
  673. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-safari-driver/2.52.0/selenium-safari-driver-2.52.0.jar (86 kB at 6.5 kB/s)
  674. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/commons/commons-vfs2/2.0/commons-vfs2-2.0.jar
  675. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (915 kB at 68 kB/s)
  676. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/scm/maven-scm-api/1.4/maven-scm-api-1.4.jar
  677. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-support/2.52.0/selenium-support-2.52.0.jar (145 kB at 10 kB/s)
  678. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.4/maven-scm-provider-svnexe-1.4.jar
  679. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar (1.5 MB at 104 kB/s)
  680. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.4/maven-scm-provider-svn-commons-1.4.jar
  681. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/seleniumhq/selenium/selenium-leg-rc/2.52.0/selenium-leg-rc-2.52.0.jar (400 kB at 27 kB/s)
  682. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/javax/mail/mail/1.4/mail-1.4.jar
  683. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/scm/maven-scm-api/1.4/maven-scm-api-1.4.jar (94 kB at 6.2 kB/s)
  684. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/javax/jms/jms/1.1/jms-1.1.jar
  685. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/commons/commons-vfs2/2.0/commons-vfs2-2.0.jar (416 kB at 27 kB/s)
  686. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/jdmk/jmxtools/1.2.1/jmxtools-1.2.1.jar
  687. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.4/maven-scm-provider-svnexe-1.4.jar (70 kB at 4.5 kB/s)
  688. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/jmx/jmxri/1.2.1/jmxri-1.2.1.jar
  689. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.4/maven-scm-provider-svn-commons-1.4.jar (40 kB at 2.5 kB/s)
  690. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/dbunit/dbunit/2.4.9/dbunit-2.4.9.jar
  691. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/javax/jms/jms/1.1/jms-1.1.jar (26 kB at 1.6 kB/s)
  692. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/mysql/mysql-connector-java/5.1.25/mysql-connector-java-5.1.25.jar
  693. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/jdmk/jmxtools/1.2.1/jmxtools-1.2.1.jar (102 kB at 5.9 kB/s)
  694. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/javax/mail/mail/1.4/mail-1.4.jar (389 kB at 23 kB/s)
  695. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/jersey/core/jersey-common/2.2/jersey-common-2.2.jar
  696. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/jersey/core/jersey-client/2.2/jersey-client-2.2.jar
  697. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/jmx/jmxri/1.2.1/jmxri-1.2.1.jar (366 kB at 20 kB/s)
  698. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.jar
  699. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/dbunit/dbunit/2.4.9/dbunit-2.4.9.jar (605 kB at 33 kB/s)
  700. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/javax/ws/rs/javax.ws.rs-api/2.0/javax.ws.rs-api-2.0.jar
  701. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/jersey/core/jersey-client/2.2/jersey-client-2.2.jar (117 kB at 6.2 kB/s)
  702. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/google/guava/guava/14.0.1/guava-14.0.1.jar
  703. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.jar (20 kB at 1.0 kB/s)
  704. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/hk2-api/2.2.0-b14/hk2-api-2.2.0-b14.jar
  705. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/jersey/core/jersey-common/2.2/jersey-common-2.2.jar (601 kB at 31 kB/s)
  706. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/hk2-utils/2.2.0-b14/hk2-utils-2.2.0-b14.jar
  707. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/mysql/mysql-connector-java/5.1.25/mysql-connector-java-5.1.25.jar (848 kB at 43 kB/s)
  708. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/external/javax.inject/2.2.0-b14/javax.inject-2.2.0-b14.jar
  709. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/javax/ws/rs/javax.ws.rs-api/2.0/javax.ws.rs-api-2.0.jar (113 kB at 5.7 kB/s)
  710. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/hk2-locator/2.2.0-b14/hk2-locator-2.2.0-b14.jar
  711. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/hk2-api/2.2.0-b14/hk2-api-2.2.0-b14.jar (126 kB at 6.0 kB/s)
  712. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/external/asm-all-repackaged/2.2.0-b14/asm-all-repackaged-2.2.0-b14.jar
  713. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/hk2-utils/2.2.0-b14/hk2-utils-2.2.0-b14.jar (53 kB at 2.5 kB/s)
  714. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/external/cglib/2.2.0-b14/cglib-2.2.0-b14.jar
  715. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/external/javax.inject/2.2.0-b14/javax.inject-2.2.0-b14.jar (6.0 kB at 281 B/s)
  716. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.jar
  717. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/hk2-locator/2.2.0-b14/hk2-locator-2.2.0-b14.jar (133 kB at 6.2 kB/s)
  718. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.jar
  719. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.jar (193 kB at 8.3 kB/s)
  720. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/saucelabs/sauce_junit/2.1.18/sauce_junit-2.1.18.jar
  721. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/external/asm-all-repackaged/2.2.0-b14/asm-all-repackaged-2.2.0-b14.jar (320 kB at 14 kB/s)
  722. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/saucelabs/sauce_java_common/2.1.18/sauce_java_common-2.1.18.jar
  723. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 93 kB/s)
  724. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/saucelabs/saucerest/1.0.22/saucerest-1.0.22.jar
  725. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/hk2/external/cglib/2.2.0-b14/cglib-2.2.0-b14.jar (283 kB at 12 kB/s)
  726. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar
  727. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/saucelabs/sauce_junit/2.1.18/sauce_junit-2.1.18.jar (19 kB at 771 B/s)
  728. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/json/json/20090211/json-20090211.jar
  729. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/saucelabs/sauce_java_common/2.1.18/sauce_java_common-2.1.18.jar (5.0 kB at 203 B/s)
  730. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/saucelabs/saucerest/1.0.22/saucerest-1.0.22.jar (12 kB at 485 B/s)
  731. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.jar (866 kB at 34 kB/s)
  732. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar (16 kB at 621 B/s)
  733. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/json/json/20090211/json-20090211.jar (46 kB at 1.8 kB/s)
  734. [INFO]
  735. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ referenceapplication-ui-tests ---
  736. [INFO]
  737. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-ui-tests ---
  738. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  739. [INFO] skip non existing resourceDirectory G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\src\main\resources
  740. [INFO]
  741. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-ui-tests ---
  742. [INFO] No sources to compile
  743. [INFO]
  744. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-ui-tests ---
  745. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  746. [INFO] Copying 0 resource
  747. [INFO] Copying 1 resource
  748. [INFO]
  749. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-ui-tests ---
  750. [INFO] Changes detected - recompiling the module!
  751. [INFO] Compiling 113 source files to G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\target\test-classes
  752. [INFO] -------------------------------------------------------------
  753. [WARNING] COMPILATION WARNING :
  754. [INFO] -------------------------------------------------------------
  755. [WARNING] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddDeleteLocationTest.java: G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\src\test\java\org\openmrs\reference\AddDeleteLocationTest.java uses or overrides a deprecated API.
  756. [WARNING] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddDeleteLocationTest.java: Recompile with -Xlint:deprecation for details.
  757. [WARNING] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddRolesToUserTest.java: G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\src\test\java\org\openmrs\reference\AddRolesToUserTest.java uses unchecked or unsafe operations.
  758. [WARNING] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddRolesToUserTest.java: Recompile with -Xlint:unchecked for details.
  759. [INFO] 4 warnings
  760. [INFO] -------------------------------------------------------------
  761. [INFO] -------------------------------------------------------------
  762. [ERROR] COMPILATION ERROR :
  763. [INFO] -------------------------------------------------------------
  764. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[187,17] cannot find symbol
  765. symbol: method clickOnLast(org.openqa.selenium.By)
  766. location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  767. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[192,17] cannot find symbol
  768. symbol: method clickOnLast(org.openqa.selenium.By)
  769. location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  770. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[197,17] cannot find symbol
  771. symbol: method clickOnLast(org.openqa.selenium.By)
  772. location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  773. [INFO] 3 errors
  774. [INFO] -------------------------------------------------------------
  775. [INFO] ------------------------------------------------------------------------
  776. [INFO] Reactor Summary for Reference Application Distribution 2.12.0-SNAPSHOT:
  777. [INFO]
  778. [INFO] Reference Application Distribution ................. SUCCESS [ 2.136 s]
  779. [INFO] Reference Application Distribution Package ......... SUCCESS [07:24 min]
  780. [INFO] Reference Application Distribution UI Tests ........ FAILURE [02:54 min]
  781. [INFO] ------------------------------------------------------------------------
  782. [INFO] BUILD FAILURE
  783. [INFO] ------------------------------------------------------------------------
  784. [INFO] Total time: 10:22 min
  785. [INFO] Finished at: 2021-02-23T09:29:47+03:00
  786. [INFO] ------------------------------------------------------------------------
  787. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project referenceapplication-ui-tests: Compilation failure: Compilation failure:
  788. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[187,17] cannot find symbol
  789. [ERROR] symbol: method clickOnLast(org.openqa.selenium.By)
  790. [ERROR] location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  791. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[192,17] cannot find symbol
  792. [ERROR] symbol: method clickOnLast(org.openqa.selenium.By)
  793. [ERROR] location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  794. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[197,17] cannot find symbol
  795. [ERROR] symbol: method clickOnLast(org.openqa.selenium.By)
  796. [ERROR] location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  797. [ERROR] -> [Help 1]
  798. [ERROR]
  799. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  800. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  801. [ERROR]
  802. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  803. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  804. [ERROR]
  805. [ERROR] After correcting the problems, you can resume the build with the command
  806. [ERROR] mvn <args> -rf :referenceapplication-ui-tests
  807.  
  808. G:\openmrs\modules\openmrs-distro-referenceapplication>
  809. G:\openmrs\modules\openmrs-distro-referenceapplication>
  810. G:\openmrs\modules\openmrs-distro-referenceapplication>
  811. G:\openmrs\modules\openmrs-distro-referenceapplication>
  812. G:\openmrs\modules\openmrs-distro-referenceapplication>mvn clean install
  813. [INFO] Scanning for projects...
  814. [WARNING]
  815. [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication-package:jar:2.12.0-SNAPSHOT
  816. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:dataexchange-omod:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml, line 833, column 12
  817. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:allergyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml, line 846, column 12
  818. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:formentryapp-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml, line 866, column 12
  819. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:legacyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml, line 933, column 12
  820. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:reportingcompatibility-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml, line 952, column 12
  821. [WARNING]
  822. [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication-ui-tests:jar:2.12.0-SNAPSHOT
  823. [WARNING] 'version' contains an expression but should be a constant. @ org.openmrs.distro:referenceapplication-ui-tests:${parent.version}, G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\pom.xml, line 7, column 14
  824. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.openmrs.distro:referenceapplication-ui-tests:${parent.version}, G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\pom.xml, line 97, column 21
  825. [WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead. @ org.openmrs.distro:referenceapplication-ui-tests:${parent.version}, G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\pom.xml
  826. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:dataexchange-omod:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml, line 833, column 12
  827. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:allergyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml, line 846, column 12
  828. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:formentryapp-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml, line 866, column 12
  829. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:legacyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml, line 933, column 12
  830. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:reportingcompatibility-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml, line 952, column 12
  831. [WARNING]
  832. [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication:pom:2.12.0-SNAPSHOT
  833. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:dataexchange-omod:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 833, column 12
  834. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:allergyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 846, column 12
  835. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:formentryapp-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 866, column 12
  836. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:legacyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 933, column 12
  837. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:reportingcompatibility-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 952, column 12
  838. [WARNING]
  839. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  840. [WARNING]
  841. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  842. [WARNING]
  843. [INFO] ------------------------------------------------------------------------
  844. [INFO] Reactor Build Order:
  845. [INFO]
  846. [INFO] Reference Application Distribution [pom]
  847. [INFO] Reference Application Distribution Package [jar]
  848. [INFO] Reference Application Distribution UI Tests [jar]
  849. [INFO]
  850. [INFO] --------------< org.openmrs.distro:referenceapplication >---------------
  851. [INFO] Building Reference Application Distribution 2.12.0-SNAPSHOT [1/3]
  852. [INFO] --------------------------------[ pom ]---------------------------------
  853. [INFO]
  854. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ referenceapplication ---
  855. [INFO]
  856. [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication ---
  857. [INFO] Installing G:\openmrs\modules\openmrs-distro-referenceapplication\pom.xml to C:\Users\ODEL\.m2\repository\org\openmrs\distro\referenceapplication\2.12.0-SNAPSHOT\referenceapplication-2.12.0-SNAPSHOT.pom
  858. [INFO]
  859. [INFO] ----------< org.openmrs.distro:referenceapplication-package >-----------
  860. [INFO] Building Reference Application Distribution Package 2.12.0-SNAPSHOT [2/3]
  861. [INFO] --------------------------------[ jar ]---------------------------------
  862. [WARNING] The POM for org.jboss.logging:jboss-logging:jar:3.4.1.Final is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
  863. [INFO]
  864. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ referenceapplication-package ---
  865. [INFO] Deleting G:\openmrs\modules\openmrs-distro-referenceapplication\package\target
  866. [INFO]
  867. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-package ---
  868. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  869. [INFO] Copying 1 resource
  870. [INFO] Copying 2 resources
  871. [INFO] skip non existing resourceDirectory G:\openmrs\modules\openmrs-distro-referenceapplication\package\src\main\webapp
  872. [INFO]
  873. [INFO] --- openmrs-sdk-maven-plugin:3.12.4:build-distro (build-distro) @ referenceapplication-package ---
  874.  
  875. Downloading modules...
  876.  
  877. [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.4.0:war
  878. [INFO] Copying openmrs-webapp-2.4.0.war to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\openmrs-2.4.0.war
  879. file:G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\openmrs-2.4.0.war
  880. target:G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web
  881. [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.14.2:jar
  882. [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.8.0:jar
  883. [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.12.1:jar
  884. [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.11.0:jar
  885. [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.12.0:jar
  886. [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.1.0:jar
  887. [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.14:omod
  888. [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.22.0-SNAPSHOT:jar
  889. [INFO] Configured Artifact: org.openmrs:event-omod:2.8.0:jar
  890. [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.6:jar
  891. [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.10.0:jar
  892. [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.6:jar
  893. [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.13.0:jar
  894. [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.3:jar
  895. [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.12.0:jar
  896. [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.9.0:jar
  897. [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.4.0:jar
  898. [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.2:jar
  899. [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.6.0:jar
  900. [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.3.5:jar
  901. [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:1.11.2:jar
  902. [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.6:jar
  903. [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.31.0-SNAPSHOT:jar
  904. [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.11.0:jar
  905. [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:3.12.0:jar
  906. [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.16.0:jar
  907. [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.11.0:jar
  908. [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.7.0:jar
  909. [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.31.0:jar
  910. [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.7:jar
  911. [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.21.0:jar
  912. [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.4.0:jar
  913. [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.10.0:jar
  914. [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.13.0:jar
  915. [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.2.1:jar
  916. [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.29.0:jar
  917. [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.4:omod
  918. [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.17.0-SNAPSHOT:jar
  919. [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.19.0:jar
  920. [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.7.0:jar
  921. [INFO] Copying addresshierarchy-omod-2.14.2.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\addresshierarchy-2.14.2.omod
  922. [INFO] Copying legacyui-omod-1.8.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\legacyui-1.8.0.omod
  923. [INFO] Copying metadatadeploy-omod-1.12.1.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\metadatadeploy-1.12.1.omod
  924. [INFO] Copying reportingrest-omod-1.11.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\reportingrest-1.11.0.omod
  925. [INFO] Copying owa-omod-1.12.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\owa-1.12.0.omod
  926. [INFO] Copying fhir2-omod-1.1.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\fhir2-1.1.0.omod
  927. [INFO] Copying serialization.xstream-omod-0.2.14.omod to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\serialization.xstream-0.2.14.omod
  928. [INFO] Copying registrationapp-omod-1.22.0-SNAPSHOT.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\registrationapp-1.22.0-SNAPSHOT.omod
  929. [INFO] Copying event-omod-2.8.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\event-2.8.0.omod
  930. [INFO] Copying uilibrary-omod-2.0.6.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\uilibrary-2.0.6.omod
  931. [INFO] Copying htmlwidgets-omod-1.10.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\htmlwidgets-1.10.0.omod
  932. [INFO] Copying dataexchange-omod-1.3.6.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\dataexchange-1.3.6.omod
  933. [INFO] Copying appui-omod-1.13.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\appui-1.13.0.omod
  934. [INFO] Copying allergyui-omod-1.8.3.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\allergyui-1.8.3.omod
  935. [INFO] Copying providermanagement-omod-2.12.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\providermanagement-2.12.0.omod
  936. [INFO] Copying appointmentschedulingui-omod-1.9.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\appointmentschedulingui-1.9.0.omod
  937. [INFO] Copying attachments-omod-2.4.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\attachments-2.4.0.omod
  938. [INFO] Copying formentryapp-omod-1.4.2.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\formentryapp-1.4.2.omod
  939. [INFO] Copying idgen-omod-4.6.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\idgen-4.6.0.omod
  940. [INFO] Copying metadatamapping-omod-1.3.5.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\metadatamapping-1.3.5.omod
  941. [INFO] Copying htmlformentryui-omod-1.11.2.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\htmlformentryui-1.11.2.omod
  942. [INFO] Copying referencedemodata-omod-1.4.6.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\referencedemodata-1.4.6.omod
  943. [INFO] Copying emrapi-omod-1.31.0-SNAPSHOT.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\emrapi-1.31.0-SNAPSHOT.omod
  944. [INFO] Copying referenceapplication-omod-2.11.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\referenceapplication-2.11.0.omod
  945. [INFO] Copying htmlformentry-omod-3.12.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\htmlformentry-3.12.0.omod
  946. [INFO] Copying appframework-omod-2.16.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\appframework-2.16.0.omod
  947. [INFO] Copying referencemetadata-omod-2.11.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\referencemetadata-2.11.0.omod
  948. [INFO] Copying reportingui-omod-1.7.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\reportingui-1.7.0.omod
  949. [INFO] Copying coreapps-omod-1.31.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\coreapps-1.31.0.omod
  950. [INFO] Copying reportingcompatibility-omod-2.0.7.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\reportingcompatibility-2.0.7.omod
  951. [INFO] Copying reporting-omod-1.21.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\reporting-1.21.0.omod
  952. [INFO] Copying adminui-omod-1.4.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\adminui-1.4.0.omod
  953. [INFO] Copying registrationcore-omod-1.10.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\registrationcore-1.10.0.omod
  954. [INFO] Copying appointmentscheduling-omod-1.13.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\appointmentscheduling-1.13.0.omod
  955. [INFO] Copying calculation-omod-1.2.1.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\calculation-1.2.1.omod
  956. [INFO] Copying webservices.rest-omod-2.29.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\webservices.rest-2.29.0.omod
  957. [INFO] Copying atlas-omod-2.2.4.omod to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\atlas-2.2.4.omod
  958. [INFO] Copying uicommons-omod-2.17.0-SNAPSHOT.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\uicommons-2.17.0-SNAPSHOT.omod
  959. [INFO] Copying uiframework-omod-3.19.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\uiframework-3.19.0.omod
  960. [INFO] Copying metadatasharing-omod-1.7.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\modules\metadatasharing-1.7.0.omod
  961.  
  962. Downloading OWAs...
  963.  
  964. Downloading https://dl.bintray.com/openmrs/owa/SystemAdministration-1.2.zip
  965.  
  966. Creating Docker Compose configuration...
  967.  
  968.  
  969. The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro
  970.  
  971. [INFO]
  972. [INFO] --- openmrs-sdk-maven-plugin:3.12.4:build-distro (build-bundled-distro) @ referenceapplication-package ---
  973.  
  974. Downloading modules...
  975.  
  976. [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.4.0:war
  977. [INFO] Copying openmrs-webapp-2.4.0.war to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\openmrs-2.4.0.war
  978. file:G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\openmrs-2.4.0.war
  979. target:G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web
  980. [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.14.2:jar
  981. [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.8.0:jar
  982. [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.12.1:jar
  983. [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.11.0:jar
  984. [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.12.0:jar
  985. [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.1.0:jar
  986. [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.14:omod
  987. [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.22.0-SNAPSHOT:jar
  988. [INFO] Configured Artifact: org.openmrs:event-omod:2.8.0:jar
  989. [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.6:jar
  990. [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.10.0:jar
  991. [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.6:jar
  992. [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.13.0:jar
  993. [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.3:jar
  994. [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.12.0:jar
  995. [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.9.0:jar
  996. [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.4.0:jar
  997. [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.2:jar
  998. [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.6.0:jar
  999. [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.3.5:jar
  1000. [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:1.11.2:jar
  1001. [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.6:jar
  1002. [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.31.0-SNAPSHOT:jar
  1003. [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.11.0:jar
  1004. [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:3.12.0:jar
  1005. [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.16.0:jar
  1006. [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.11.0:jar
  1007. [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.7.0:jar
  1008. [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.31.0:jar
  1009. [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.7:jar
  1010. [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.21.0:jar
  1011. [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.4.0:jar
  1012. [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.10.0:jar
  1013. [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.13.0:jar
  1014. [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.2.1:jar
  1015. [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.29.0:jar
  1016. [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.4:omod
  1017. [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.17.0-SNAPSHOT:jar
  1018. [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.19.0:jar
  1019. [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.7.0:jar
  1020. [INFO] Copying addresshierarchy-omod-2.14.2.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\addresshierarchy-2.14.2.omod
  1021. [INFO] Copying legacyui-omod-1.8.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\legacyui-1.8.0.omod
  1022. [INFO] Copying metadatadeploy-omod-1.12.1.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\metadatadeploy-1.12.1.omod
  1023. [INFO] Copying reportingrest-omod-1.11.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\reportingrest-1.11.0.omod
  1024. [INFO] Copying owa-omod-1.12.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\owa-1.12.0.omod
  1025. [INFO] Copying fhir2-omod-1.1.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\fhir2-1.1.0.omod
  1026. [INFO] Copying serialization.xstream-omod-0.2.14.omod to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\serialization.xstream-0.2.14.omod
  1027. [INFO] Copying registrationapp-omod-1.22.0-SNAPSHOT.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\registrationapp-1.22.0-SNAPSHOT.omod
  1028. [INFO] Copying event-omod-2.8.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\event-2.8.0.omod
  1029. [INFO] Copying uilibrary-omod-2.0.6.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\uilibrary-2.0.6.omod
  1030. [INFO] Copying htmlwidgets-omod-1.10.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\htmlwidgets-1.10.0.omod
  1031. [INFO] Copying dataexchange-omod-1.3.6.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\dataexchange-1.3.6.omod
  1032. [INFO] Copying appui-omod-1.13.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\appui-1.13.0.omod
  1033. [INFO] Copying allergyui-omod-1.8.3.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\allergyui-1.8.3.omod
  1034. [INFO] Copying providermanagement-omod-2.12.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\providermanagement-2.12.0.omod
  1035. [INFO] Copying appointmentschedulingui-omod-1.9.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\appointmentschedulingui-1.9.0.omod
  1036. [INFO] Copying attachments-omod-2.4.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\attachments-2.4.0.omod
  1037. [INFO] Copying formentryapp-omod-1.4.2.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\formentryapp-1.4.2.omod
  1038. [INFO] Copying idgen-omod-4.6.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\idgen-4.6.0.omod
  1039. [INFO] Copying metadatamapping-omod-1.3.5.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\metadatamapping-1.3.5.omod
  1040. [INFO] Copying htmlformentryui-omod-1.11.2.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\htmlformentryui-1.11.2.omod
  1041. [INFO] Copying referencedemodata-omod-1.4.6.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\referencedemodata-1.4.6.omod
  1042. [INFO] Copying emrapi-omod-1.31.0-SNAPSHOT.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\emrapi-1.31.0-SNAPSHOT.omod
  1043. [INFO] Copying referenceapplication-omod-2.11.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\referenceapplication-2.11.0.omod
  1044. [INFO] Copying htmlformentry-omod-3.12.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\htmlformentry-3.12.0.omod
  1045. [INFO] Copying appframework-omod-2.16.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\appframework-2.16.0.omod
  1046. [INFO] Copying referencemetadata-omod-2.11.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\referencemetadata-2.11.0.omod
  1047. [INFO] Copying reportingui-omod-1.7.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\reportingui-1.7.0.omod
  1048. [INFO] Copying coreapps-omod-1.31.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\coreapps-1.31.0.omod
  1049. [INFO] Copying reportingcompatibility-omod-2.0.7.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\reportingcompatibility-2.0.7.omod
  1050. [INFO] Copying reporting-omod-1.21.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\reporting-1.21.0.omod
  1051. [INFO] Copying adminui-omod-1.4.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\adminui-1.4.0.omod
  1052. [INFO] Copying registrationcore-omod-1.10.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\registrationcore-1.10.0.omod
  1053. [INFO] Copying appointmentscheduling-omod-1.13.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\appointmentscheduling-1.13.0.omod
  1054. [INFO] Copying calculation-omod-1.2.1.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\calculation-1.2.1.omod
  1055. [INFO] Copying webservices.rest-omod-2.29.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\webservices.rest-2.29.0.omod
  1056. [INFO] Copying atlas-omod-2.2.4.omod to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\atlas-2.2.4.omod
  1057. [INFO] Copying uicommons-omod-2.17.0-SNAPSHOT.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\uicommons-2.17.0-SNAPSHOT.omod
  1058. [INFO] Copying uiframework-omod-3.19.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\uiframework-3.19.0.omod
  1059. [INFO] Copying metadatasharing-omod-1.7.0.jar to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\WEB-INF\bundledModules\metadatasharing-1.7.0.omod
  1060.  
  1061. Downloading OWAs...
  1062.  
  1063. Downloading https://dl.bintray.com/openmrs/owa/SystemAdministration-1.2.zip
  1064.  
  1065. Creating Docker Compose configuration...
  1066.  
  1067.  
  1068. The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro
  1069.  
  1070. [INFO]
  1071. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-package ---
  1072. [INFO] No sources to compile
  1073. [INFO]
  1074. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-package ---
  1075. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  1076. [INFO] skip non existing resourceDirectory G:\openmrs\modules\openmrs-distro-referenceapplication\package\src\test\resources
  1077. [INFO] skip non existing resourceDirectory G:\openmrs\modules\openmrs-distro-referenceapplication\package\src\test\resources
  1078. [INFO]
  1079. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-package ---
  1080. [INFO] No sources to compile
  1081. [INFO]
  1082. [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ referenceapplication-package ---
  1083. [INFO] No tests to run.
  1084. [INFO] Surefire report directory: G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\surefire-reports
  1085.  
  1086. -------------------------------------------------------
  1087. T E S T S
  1088. -------------------------------------------------------
  1089.  
  1090. Results :
  1091.  
  1092. Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
  1093.  
  1094. [INFO]
  1095. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ referenceapplication-package ---
  1096. [INFO] Building jar: G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\referenceapplication-package-2.12.0-SNAPSHOT.jar
  1097. [INFO]
  1098. [INFO] --- maven-assembly-plugin:2.3:single (make-assembly) @ referenceapplication-package ---
  1099. [INFO] Reading assembly descriptor: G:\openmrs\modules\openmrs-distro-referenceapplication\package/src/main/assembly/assembly.xml
  1100. [INFO] Building zip: G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\referenceapplication-package-2.12.0-SNAPSHOT-addons.zip
  1101. [INFO]
  1102. [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ referenceapplication-package ---
  1103. [INFO]
  1104. [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ referenceapplication-package ---
  1105. [WARNING] JAR will be empty - no content was marked for inclusion!
  1106. [INFO] Building jar: G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\referenceapplication-package-2.12.0-SNAPSHOT-tests.jar
  1107. [INFO]
  1108. [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication-package ---
  1109. [INFO] Installing G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\referenceapplication-package-2.12.0-SNAPSHOT.jar to C:\Users\ODEL\.m2\repository\org\openmrs\distro\referenceapplication-package\2.12.0-SNAPSHOT\referenceapplication-package-2.12.0-SNAPSHOT.jar
  1110. [INFO] Installing G:\openmrs\modules\openmrs-distro-referenceapplication\package\pom.xml to C:\Users\ODEL\.m2\repository\org\openmrs\distro\referenceapplication-package\2.12.0-SNAPSHOT\referenceapplication-package-2.12.0-SNAPSHOT.pom
  1111. [INFO] Installing G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\referenceapplication-package-2.12.0-SNAPSHOT-addons.zip to C:\Users\ODEL\.m2\repository\org\openmrs\distro\referenceapplication-package\2.12.0-SNAPSHOT\referenceapplication-package-2.12.0-SNAPSHOT-addons.zip
  1112. [INFO] Installing G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\openmrs.war to C:\Users\ODEL\.m2\repository\org\openmrs\distro\referenceapplication-package\2.12.0-SNAPSHOT\referenceapplication-package-2.12.0-SNAPSHOT.war
  1113. [INFO] Installing G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\referenceapplication-package-2.12.0-SNAPSHOT-tests.jar to C:\Users\ODEL\.m2\repository\org\openmrs\distro\referenceapplication-package\2.12.0-SNAPSHOT\referenceapplication-package-2.12.0-SNAPSHOT-tests.jar
  1114. [INFO]
  1115. [INFO] ----------< org.openmrs.distro:referenceapplication-ui-tests >----------
  1116. [INFO] Building Reference Application Distribution UI Tests 2.12.0-SNAPSHOT [3/3]
  1117. [INFO] --------------------------------[ jar ]---------------------------------
  1118. [INFO]
  1119. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ referenceapplication-ui-tests ---
  1120. [INFO] Deleting G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\target
  1121. [INFO]
  1122. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-ui-tests ---
  1123. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  1124. [INFO] skip non existing resourceDirectory G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\src\main\resources
  1125. [INFO]
  1126. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-ui-tests ---
  1127. [INFO] No sources to compile
  1128. [INFO]
  1129. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-ui-tests ---
  1130. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  1131. [INFO] Copying 0 resource
  1132. [INFO] Copying 1 resource
  1133. [INFO]
  1134. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-ui-tests ---
  1135. [INFO] Changes detected - recompiling the module!
  1136. [INFO] Compiling 113 source files to G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\target\test-classes
  1137. [INFO] -------------------------------------------------------------
  1138. [WARNING] COMPILATION WARNING :
  1139. [INFO] -------------------------------------------------------------
  1140. [WARNING] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddDeleteLocationTest.java: G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\src\test\java\org\openmrs\reference\AddDeleteLocationTest.java uses or overrides a deprecated API.
  1141. [WARNING] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddDeleteLocationTest.java: Recompile with -Xlint:deprecation for details.
  1142. [WARNING] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddRolesToUserTest.java: G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\src\test\java\org\openmrs\reference\AddRolesToUserTest.java uses unchecked or unsafe operations.
  1143. [WARNING] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddRolesToUserTest.java: Recompile with -Xlint:unchecked for details.
  1144. [INFO] 4 warnings
  1145. [INFO] -------------------------------------------------------------
  1146. [INFO] -------------------------------------------------------------
  1147. [ERROR] COMPILATION ERROR :
  1148. [INFO] -------------------------------------------------------------
  1149. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[187,17] cannot find symbol
  1150. symbol: method clickOnLast(org.openqa.selenium.By)
  1151. location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1152. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[192,17] cannot find symbol
  1153. symbol: method clickOnLast(org.openqa.selenium.By)
  1154. location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1155. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[197,17] cannot find symbol
  1156. symbol: method clickOnLast(org.openqa.selenium.By)
  1157. location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1158. [INFO] 3 errors
  1159. [INFO] -------------------------------------------------------------
  1160. [INFO] ------------------------------------------------------------------------
  1161. [INFO] Reactor Summary for Reference Application Distribution 2.12.0-SNAPSHOT:
  1162. [INFO]
  1163. [INFO] Reference Application Distribution ................. SUCCESS [ 0.491 s]
  1164. [INFO] Reference Application Distribution Package ......... SUCCESS [01:21 min]
  1165. [INFO] Reference Application Distribution UI Tests ........ FAILURE [ 11.448 s]
  1166. [INFO] ------------------------------------------------------------------------
  1167. [INFO] BUILD FAILURE
  1168. [INFO] ------------------------------------------------------------------------
  1169. [INFO] Total time: 01:34 min
  1170. [INFO] Finished at: 2021-02-23T09:32:10+03:00
  1171. [INFO] ------------------------------------------------------------------------
  1172. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project referenceapplication-ui-tests: Compilation failure: Compilation failure:
  1173. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[187,17] cannot find symbol
  1174. [ERROR] symbol: method clickOnLast(org.openqa.selenium.By)
  1175. [ERROR] location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1176. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[192,17] cannot find symbol
  1177. [ERROR] symbol: method clickOnLast(org.openqa.selenium.By)
  1178. [ERROR] location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1179. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[197,17] cannot find symbol
  1180. [ERROR] symbol: method clickOnLast(org.openqa.selenium.By)
  1181. [ERROR] location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1182. [ERROR] -> [Help 1]
  1183. [ERROR]
  1184. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  1185. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  1186. [ERROR]
  1187. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  1188. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  1189. [ERROR]
  1190. [ERROR] After correcting the problems, you can resume the build with the command
  1191. [ERROR] mvn <args> -rf :referenceapplication-ui-tests
  1192.  
  1193. G:\openmrs\modules\openmrs-distro-referenceapplication>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement