Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2021
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 246.73 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>cd ..#
  1194. The system cannot find the path specified.
  1195.  
  1196. G:\openmrs\modules\openmrs-distro-referenceapplication>cd ..
  1197.  
  1198. G:\openmrs\modules>git clone https://github.com/HerbertYiga/openmrs-distro-referenceapplication.git
  1199. fatal: destination path 'openmrs-distro-referenceapplication' already exists and is not an empty directory.
  1200.  
  1201. G:\openmrs\modules>git clone https://github.com/HerbertYiga/openmrs-distro-referenceapplication.git
  1202. Cloning into 'openmrs-distro-referenceapplication'...
  1203. remote: Enumerating objects: 11601, done.
  1204. remote: Total 11601 (delta 0), reused 0 (delta 0), pack-reused 11601
  1205. Receiving objects: 100% (11601/11601), 16.21 MiB | 2.21 MiB/s, done.
  1206. Resolving deltas: 100% (5268/5268), done.
  1207.  
  1208. G:\openmrs\modules>
  1209.  
  1210. G:\openmrs\modules>cd openmrs-distro-referenceapplication
  1211.  
  1212. G:\openmrs\modules\openmrs-distro-referenceapplication>git remote add upstream https://github.com/openmrs/openmrs-distro-referenceapplication.git
  1213.  
  1214. G:\openmrs\modules\openmrs-distro-referenceapplication>git pull --rebase upstream master
  1215. remote: Enumerating objects: 232, done.
  1216. remote: Counting objects: 100% (232/232), done.
  1217. remote: Compressing objects: 100% (17/17), done.
  1218. Receote: Total 380 (delta 220), reused 219 (delta 215), pack-reused 148 cts: 87% (331/380)
  1219. Receiving objects: 100% (380/380), 71.78 KiB | 578.00 KiB/s, done.
  1220. Resolving deltas: 100% (227/227), completed with 11 local objects.
  1221. From https://github.com/openmrs/openmrs-distro-referenceapplication
  1222. * branch master -> FETCH_HEAD
  1223. * [new branch] master -> upstream/master
  1224. Updating 46e5018..89b657a
  1225. Fast-forward
  1226. README.md | 6 +-
  1227. package/pom.xml | 4 +-
  1228. .../src/main/resources/openmrs-distro.properties | 4 +-
  1229. package/src/main/resources/openmrs-distro.sql | 12 ++
  1230. pom.xml | 127 ++++++++++++---------
  1231. ui-tests/pom.xml | 9 +-
  1232. .../openmrs/reference/AddDeleteLocationTest.java | 2 +-
  1233. .../reference/AddDiagnosisToVisitNoteTest.java | 2 +-
  1234. 8 files changed, 98 insertions(+), 68 deletions(-)
  1235.  
  1236. G:\openmrs\modules\openmrs-distro-referenceapplication>git pull --rebase upstream master
  1237. From https://github.com/openmrs/openmrs-distro-referenceapplication
  1238. * branch master -> FETCH_HEAD
  1239. Already up to date.
  1240.  
  1241. G:\openmrs\modules\openmrs-distro-referenceapplication>git checkout qa
  1242. error: pathspec 'qa' did not match any file(s) known to git
  1243.  
  1244. G:\openmrs\modules\openmrs-distro-referenceapplication>git fecth --all
  1245. git: 'fecth' is not a git command. See 'git --help'.
  1246.  
  1247. The most similar command is
  1248. fetch
  1249.  
  1250. G:\openmrs\modules\openmrs-distro-referenceapplication>git fetch --all
  1251. Fetching origin
  1252. Fetching upstream
  1253. remote: Enumerating objects: 153, done.
  1254. remote: Counting objects: 100% (153/153), done.
  1255. remote: Compressing objects: 100% (58/58), done.
  1256. Receiving objects: 78% (196/251)sed 133 (delta 77), pack-reused 98 eceiving objects: 77% (194/251)
  1257. Receiving objects: 100% (251/251), 306.56 KiB | 679.00 KiB/s, done.
  1258. Resolving deltas: 100% (107/107), completed with 29 local objects.
  1259. From https://github.com/openmrs/openmrs-distro-referenceapplication
  1260. * [new branch] 2.3.x -> upstream/2.3.x
  1261. * [new branch] 2.6.x -> upstream/2.6.x
  1262. * [new branch] 3.x -> upstream/3.x
  1263. * [new branch] msf -> upstream/msf
  1264. * [new branch] platform-2.1.x -> upstream/platform-2.1.x
  1265. * [new branch] qa -> upstream/qa
  1266. * [new branch] release -> upstream/release
  1267. * [new branch] revert-204-OCLM-50 -> upstream/revert-204-OCLM-50
  1268. * [new branch] revert-214-RA-1320 -> upstream/revert-214-RA-1320
  1269. * [new branch] revert-272-RA-1818 -> upstream/revert-272-RA-1818
  1270. * [new branch] revert-273-sherrif10 -> upstream/revert-273-sherrif10
  1271. * [new branch] revert-294-fhir -> upstream/revert-294-fhir
  1272. * [new branch] samuelmale-patch-1 -> upstream/samuelmale-patch-1
  1273. * [new branch] samuelmale-patch-2 -> upstream/samuelmale-patch-2
  1274. * [new branch] samuelmale-patch-3 -> upstream/samuelmale-patch-3
  1275. * [new branch] uat -> upstream/uat
  1276. * [new tag] 2.10.0 -> 2.10.0
  1277. * [new tag] 2.11.0 -> 2.11.0
  1278.  
  1279. G:\openmrs\modules\openmrs-distro-referenceapplication>git pull --rebase upstream master
  1280. From https://github.com/openmrs/openmrs-distro-referenceapplication
  1281. * branch master -> FETCH_HEAD
  1282. Already up to date.
  1283.  
  1284. G:\openmrs\modules\openmrs-distro-referenceapplication>git checkout qa
  1285. Switched to a new branch 'qa'
  1286. Branch 'qa' set up to track remote branch 'qa' from 'upstream'.
  1287.  
  1288. G:\openmrs\modules\openmrs-distro-referenceapplication>mvn clean install
  1289. [INFO] Scanning for projects...
  1290. [WARNING]
  1291. [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication-package:jar:2.12.0-SNAPSHOT
  1292. [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
  1293. [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
  1294. [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
  1295. [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
  1296. [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
  1297. [WARNING]
  1298. [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication-ui-tests:jar:2.12.0-SNAPSHOT
  1299. [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
  1300. [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
  1301. [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
  1302. [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
  1303. [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
  1304. [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
  1305. [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
  1306. [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
  1307. [WARNING]
  1308. [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication:pom:2.12.0-SNAPSHOT
  1309. [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
  1310. [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
  1311. [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
  1312. [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
  1313. [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
  1314. [WARNING]
  1315. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  1316. [WARNING]
  1317. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  1318. [WARNING]
  1319. [INFO] ------------------------------------------------------------------------
  1320. [INFO] Reactor Build Order:
  1321. [INFO]
  1322. [INFO] Reference Application Distribution [pom]
  1323. [INFO] Reference Application Distribution Package [jar]
  1324. [INFO] Reference Application Distribution UI Tests [jar]
  1325. [INFO]
  1326. [INFO] --------------< org.openmrs.distro:referenceapplication >---------------
  1327. [INFO] Building Reference Application Distribution 2.12.0-SNAPSHOT [1/3]
  1328. [INFO] --------------------------------[ pom ]---------------------------------
  1329. [INFO]
  1330. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ referenceapplication ---
  1331. [INFO]
  1332. [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication ---
  1333. [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
  1334. [INFO]
  1335. [INFO] ----------< org.openmrs.distro:referenceapplication-package >-----------
  1336. [INFO] Building Reference Application Distribution Package 2.12.0-SNAPSHOT [2/3]
  1337. [INFO] --------------------------------[ jar ]---------------------------------
  1338. [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
  1339. [INFO]
  1340. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ referenceapplication-package ---
  1341. [INFO]
  1342. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-package ---
  1343. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  1344. [INFO] Copying 1 resource
  1345. [INFO] Copying 2 resources
  1346. [INFO] skip non existing resourceDirectory G:\openmrs\modules\openmrs-distro-referenceapplication\package\src\main\webapp
  1347. [INFO]
  1348. [INFO] --- openmrs-sdk-maven-plugin:3.12.4:build-distro (build-distro) @ referenceapplication-package ---
  1349.  
  1350. Downloading modules...
  1351.  
  1352. [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.4.0:war
  1353. [INFO] Copying openmrs-webapp-2.4.0.war to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\openmrs-2.4.0.war
  1354. file:G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\openmrs-2.4.0.war
  1355. target:G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web
  1356. [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.14.2:jar
  1357. [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.8.0:jar
  1358. [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.12.1:jar
  1359. [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.11.0:jar
  1360. [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.12.0:jar
  1361. [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.1.0:jar
  1362. [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.14:omod
  1363. [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.22.0-SNAPSHOT:jar
  1364. [INFO] Configured Artifact: org.openmrs:event-omod:2.8.0:jar
  1365. [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.6:jar
  1366. [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.10.0:jar
  1367. [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.6:jar
  1368. [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.13.0:jar
  1369. [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.3:jar
  1370. [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.12.0:jar
  1371. [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.9.0:jar
  1372. [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.4.0:jar
  1373. [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.2:jar
  1374. [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.6.0:jar
  1375. [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.3.5:jar
  1376. [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:1.11.2:jar
  1377. [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.6:jar
  1378. [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.31.0-SNAPSHOT:jar
  1379. [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.11.0:jar
  1380. [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:3.12.0:jar
  1381. [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.16.0:jar
  1382. [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.11.0:jar
  1383. [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.7.0:jar
  1384. [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.31.0:jar
  1385. [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.7:jar
  1386. [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.21.0:jar
  1387. [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.4.0:jar
  1388. [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.10.0:jar
  1389. [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.13.0:jar
  1390. [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.2.1:jar
  1391. [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.29.0:jar
  1392. [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.4:omod
  1393. [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.17.0-SNAPSHOT:jar
  1394. [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.19.0:jar
  1395. [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.7.0:jar
  1396. [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
  1397. [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
  1398. [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
  1399. [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
  1400. [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
  1401. [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
  1402. [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
  1403. [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
  1404. [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
  1405. [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
  1406. [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
  1407. [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
  1408. [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
  1409. [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
  1410. [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
  1411. [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
  1412. [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
  1413. [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
  1414. [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
  1415. [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
  1416. [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
  1417. [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
  1418. [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
  1419. [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
  1420. [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
  1421. [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
  1422. [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
  1423. [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
  1424. [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
  1425. [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
  1426. [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
  1427. [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
  1428. [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
  1429. [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
  1430. [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
  1431. [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
  1432. [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
  1433. [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
  1434. [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
  1435. [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
  1436.  
  1437. Downloading OWAs...
  1438.  
  1439. Downloading https://dl.bintray.com/openmrs/owa/SystemAdministration-1.2.zip
  1440.  
  1441. Creating Docker Compose configuration...
  1442.  
  1443.  
  1444. The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro
  1445.  
  1446. [INFO]
  1447. [INFO] --- openmrs-sdk-maven-plugin:3.12.4:build-distro (build-bundled-distro) @ referenceapplication-package ---
  1448.  
  1449. Downloading modules...
  1450.  
  1451. [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.4.0:war
  1452. [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
  1453. file:G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\openmrs-2.4.0.war
  1454. target:G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web
  1455. [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.14.2:jar
  1456. [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.8.0:jar
  1457. [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.12.1:jar
  1458. [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.11.0:jar
  1459. [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.12.0:jar
  1460. [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.1.0:jar
  1461. [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.14:omod
  1462. [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.22.0-SNAPSHOT:jar
  1463. [INFO] Configured Artifact: org.openmrs:event-omod:2.8.0:jar
  1464. [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.6:jar
  1465. [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.10.0:jar
  1466. [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.6:jar
  1467. [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.13.0:jar
  1468. [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.3:jar
  1469. [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.12.0:jar
  1470. [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.9.0:jar
  1471. [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.4.0:jar
  1472. [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.2:jar
  1473. [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.6.0:jar
  1474. [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.3.5:jar
  1475. [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:1.11.2:jar
  1476. [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.6:jar
  1477. [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.31.0-SNAPSHOT:jar
  1478. [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.11.0:jar
  1479. [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:3.12.0:jar
  1480. [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.16.0:jar
  1481. [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.11.0:jar
  1482. [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.7.0:jar
  1483. [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.31.0:jar
  1484. [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.7:jar
  1485. [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.21.0:jar
  1486. [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.4.0:jar
  1487. [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.10.0:jar
  1488. [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.13.0:jar
  1489. [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.2.1:jar
  1490. [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.29.0:jar
  1491. [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.4:omod
  1492. [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.17.0-SNAPSHOT:jar
  1493. [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.19.0:jar
  1494. [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.7.0:jar
  1495. [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
  1496. [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
  1497. [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
  1498. [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
  1499. [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
  1500. [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
  1501. [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
  1502. [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
  1503. [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
  1504. [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
  1505. [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
  1506. [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
  1507. [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
  1508. [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
  1509. [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
  1510. [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
  1511. [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
  1512. [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
  1513. [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
  1514. [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
  1515. [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
  1516. [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
  1517. [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
  1518. [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
  1519. [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
  1520. [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
  1521. [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
  1522. [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
  1523. [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
  1524. [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
  1525. [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
  1526. [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
  1527. [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
  1528. [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
  1529. [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
  1530. [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
  1531. [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
  1532. [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
  1533. [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
  1534. [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
  1535.  
  1536. Downloading OWAs...
  1537.  
  1538. Downloading https://dl.bintray.com/openmrs/owa/SystemAdministration-1.2.zip
  1539.  
  1540. Creating Docker Compose configuration...
  1541.  
  1542.  
  1543. The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro
  1544.  
  1545. [INFO]
  1546. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-package ---
  1547. [INFO] No sources to compile
  1548. [INFO]
  1549. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-package ---
  1550. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  1551. [INFO] skip non existing resourceDirectory G:\openmrs\modules\openmrs-distro-referenceapplication\package\src\test\resources
  1552. [INFO] skip non existing resourceDirectory G:\openmrs\modules\openmrs-distro-referenceapplication\package\src\test\resources
  1553. [INFO]
  1554. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-package ---
  1555. [INFO] No sources to compile
  1556. [INFO]
  1557. [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ referenceapplication-package ---
  1558. [INFO] No tests to run.
  1559. [INFO] Surefire report directory: G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\surefire-reports
  1560.  
  1561. -------------------------------------------------------
  1562. T E S T S
  1563. -------------------------------------------------------
  1564.  
  1565. Results :
  1566.  
  1567. Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
  1568.  
  1569. [INFO]
  1570. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ referenceapplication-package ---
  1571. [INFO] Building jar: G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\referenceapplication-package-2.12.0-SNAPSHOT.jar
  1572. [INFO]
  1573. [INFO] --- maven-assembly-plugin:2.3:single (make-assembly) @ referenceapplication-package ---
  1574. [INFO] Reading assembly descriptor: G:\openmrs\modules\openmrs-distro-referenceapplication\package/src/main/assembly/assembly.xml
  1575. [INFO] Building zip: G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\referenceapplication-package-2.12.0-SNAPSHOT-addons.zip
  1576. [INFO]
  1577. [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ referenceapplication-package ---
  1578. [INFO]
  1579. [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ referenceapplication-package ---
  1580. [WARNING] JAR will be empty - no content was marked for inclusion!
  1581. [INFO] Building jar: G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\referenceapplication-package-2.12.0-SNAPSHOT-tests.jar
  1582. [INFO]
  1583. [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication-package ---
  1584. [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
  1585. [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
  1586. [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
  1587. [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
  1588. [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
  1589. [INFO]
  1590. [INFO] ----------< org.openmrs.distro:referenceapplication-ui-tests >----------
  1591. [INFO] Building Reference Application Distribution UI Tests 2.12.0-SNAPSHOT [3/3]
  1592. [INFO] --------------------------------[ jar ]---------------------------------
  1593. [INFO]
  1594. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ referenceapplication-ui-tests ---
  1595. [INFO]
  1596. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-ui-tests ---
  1597. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  1598. [INFO] skip non existing resourceDirectory G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\src\main\resources
  1599. [INFO]
  1600. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-ui-tests ---
  1601. [INFO] No sources to compile
  1602. [INFO]
  1603. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-ui-tests ---
  1604. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  1605. [INFO] Copying 0 resource
  1606. [INFO] Copying 1 resource
  1607. [INFO]
  1608. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-ui-tests ---
  1609. [INFO] Changes detected - recompiling the module!
  1610. [INFO] Compiling 113 source files to G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\target\test-classes
  1611. [INFO] -------------------------------------------------------------
  1612. [WARNING] COMPILATION WARNING :
  1613. [INFO] -------------------------------------------------------------
  1614. [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.
  1615. [WARNING] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddDeleteLocationTest.java: Recompile with -Xlint:deprecation for details.
  1616. [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.
  1617. [WARNING] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddRolesToUserTest.java: Recompile with -Xlint:unchecked for details.
  1618. [INFO] 4 warnings
  1619. [INFO] -------------------------------------------------------------
  1620. [INFO] -------------------------------------------------------------
  1621. [ERROR] COMPILATION ERROR :
  1622. [INFO] -------------------------------------------------------------
  1623. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[187,17] cannot find symbol
  1624. symbol: method clickOnLast(org.openqa.selenium.By)
  1625. location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1626. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[192,17] cannot find symbol
  1627. symbol: method clickOnLast(org.openqa.selenium.By)
  1628. location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1629. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[197,17] cannot find symbol
  1630. symbol: method clickOnLast(org.openqa.selenium.By)
  1631. location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1632. [INFO] 3 errors
  1633. [INFO] -------------------------------------------------------------
  1634. [INFO] ------------------------------------------------------------------------
  1635. [INFO] Reactor Summary for Reference Application Distribution 2.12.0-SNAPSHOT:
  1636. [INFO]
  1637. [INFO] Reference Application Distribution ................. SUCCESS [ 0.737 s]
  1638. [INFO] Reference Application Distribution Package ......... SUCCESS [01:48 min]
  1639. [INFO] Reference Application Distribution UI Tests ........ FAILURE [ 21.413 s]
  1640. [INFO] ------------------------------------------------------------------------
  1641. [INFO] BUILD FAILURE
  1642. [INFO] ------------------------------------------------------------------------
  1643. [INFO] Total time: 02:10 min
  1644. [INFO] Finished at: 2021-02-23T09:47:50+03:00
  1645. [INFO] ------------------------------------------------------------------------
  1646. [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:
  1647. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[187,17] cannot find symbol
  1648. [ERROR] symbol: method clickOnLast(org.openqa.selenium.By)
  1649. [ERROR] location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1650. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[192,17] cannot find symbol
  1651. [ERROR] symbol: method clickOnLast(org.openqa.selenium.By)
  1652. [ERROR] location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1653. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[197,17] cannot find symbol
  1654. [ERROR] symbol: method clickOnLast(org.openqa.selenium.By)
  1655. [ERROR] location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1656. [ERROR] -> [Help 1]
  1657. [ERROR]
  1658. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  1659. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  1660. [ERROR]
  1661. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  1662. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  1663. [ERROR]
  1664. [ERROR] After correcting the problems, you can resume the build with the command
  1665. [ERROR] mvn <args> -rf :referenceapplication-ui-tests
  1666.  
  1667. G:\openmrs\modules\openmrs-distro-referenceapplication>dir
  1668. Volume in drive G is New Volume
  1669. Volume Serial Number is 4871-0A1F
  1670.  
  1671. Directory of G:\openmrs\modules\openmrs-distro-referenceapplication
  1672.  
  1673. 02/23/2021 09:45 AM <DIR> .
  1674. 02/23/2021 09:45 AM <DIR> ..
  1675. 02/23/2021 09:41 AM 1,004 .gitignore
  1676. 02/23/2021 09:41 AM 591 .travis.yml
  1677. 02/23/2021 09:41 AM <DIR> docker
  1678. 02/23/2021 09:45 AM <DIR> package
  1679. 02/23/2021 09:41 AM <DIR> packaging
  1680. 02/23/2021 09:45 AM 41,471 pom.xml
  1681. 02/23/2021 09:41 AM <DIR> puppet
  1682. 02/23/2021 09:45 AM 4,047 README.md
  1683. 02/23/2021 09:41 AM 100 travis_after_script.sh
  1684. 02/23/2021 09:45 AM 855 travis_script.sh
  1685. 02/23/2021 09:41 AM 1,052 travis_trigger.sh
  1686. 02/23/2021 09:41 AM 1,234 travis_wait.sh
  1687. 02/23/2021 09:47 AM <DIR> ui-tests
  1688. 02/23/2021 09:41 AM <DIR> utility-scripts
  1689. 02/23/2021 09:41 AM 5,675 Vagrantfile
  1690. 9 File(s) 56,029 bytes
  1691. 8 Dir(s) 291,237,179,392 bytes free
  1692.  
  1693. G:\openmrs\modules\openmrs-distro-referenceapplication>cd ui-tests
  1694.  
  1695. G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests>mvn clean install
  1696. [INFO] Scanning for projects...
  1697. [WARNING]
  1698. [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication-ui-tests:jar:2.12.0-SNAPSHOT
  1699. [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
  1700. [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
  1701. [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
  1702. [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
  1703. [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
  1704. [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
  1705. [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
  1706. [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
  1707. [WARNING]
  1708. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  1709. [WARNING]
  1710. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  1711. [WARNING]
  1712. [INFO]
  1713. [INFO] ----------< org.openmrs.distro:referenceapplication-ui-tests >----------
  1714. [INFO] Building Reference Application Distribution UI Tests 2.12.0-SNAPSHOT
  1715. [INFO] --------------------------------[ jar ]---------------------------------
  1716. [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
  1717. [INFO]
  1718. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ referenceapplication-ui-tests ---
  1719. [INFO] Deleting G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\target
  1720. [INFO]
  1721. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-ui-tests ---
  1722. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  1723. [INFO] skip non existing resourceDirectory G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\src\main\resources
  1724. [INFO]
  1725. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-ui-tests ---
  1726. [INFO] No sources to compile
  1727. [INFO]
  1728. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-ui-tests ---
  1729. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  1730. [INFO] Copying 0 resource
  1731. [INFO] Copying 1 resource
  1732. [INFO]
  1733. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-ui-tests ---
  1734. [INFO] Changes detected - recompiling the module!
  1735. [INFO] Compiling 113 source files to G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\target\test-classes
  1736. [INFO] -------------------------------------------------------------
  1737. [WARNING] COMPILATION WARNING :
  1738. [INFO] -------------------------------------------------------------
  1739. [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.
  1740. [WARNING] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddDeleteLocationTest.java: Recompile with -Xlint:deprecation for details.
  1741. [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.
  1742. [WARNING] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddRolesToUserTest.java: Recompile with -Xlint:unchecked for details.
  1743. [INFO] 4 warnings
  1744. [INFO] -------------------------------------------------------------
  1745. [INFO] -------------------------------------------------------------
  1746. [ERROR] COMPILATION ERROR :
  1747. [INFO] -------------------------------------------------------------
  1748. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[187,17] cannot find symbol
  1749. symbol: method clickOnLast(org.openqa.selenium.By)
  1750. location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1751. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[192,17] cannot find symbol
  1752. symbol: method clickOnLast(org.openqa.selenium.By)
  1753. location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1754. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[197,17] cannot find symbol
  1755. symbol: method clickOnLast(org.openqa.selenium.By)
  1756. location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1757. [INFO] 3 errors
  1758. [INFO] -------------------------------------------------------------
  1759. [INFO] ------------------------------------------------------------------------
  1760. [INFO] BUILD FAILURE
  1761. [INFO] ------------------------------------------------------------------------
  1762. [INFO] Total time: 29.487 s
  1763. [INFO] Finished at: 2021-02-23T10:18:58+03:00
  1764. [INFO] ------------------------------------------------------------------------
  1765. [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:
  1766. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[187,17] cannot find symbol
  1767. [ERROR] symbol: method clickOnLast(org.openqa.selenium.By)
  1768. [ERROR] location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1769. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[192,17] cannot find symbol
  1770. [ERROR] symbol: method clickOnLast(org.openqa.selenium.By)
  1771. [ERROR] location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1772. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[197,17] cannot find symbol
  1773. [ERROR] symbol: method clickOnLast(org.openqa.selenium.By)
  1774. [ERROR] location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1775. [ERROR] -> [Help 1]
  1776. [ERROR]
  1777. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  1778. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  1779. [ERROR]
  1780. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  1781. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  1782.  
  1783. G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests>git branch
  1784. master
  1785. * qa
  1786.  
  1787. G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests>cd ui-tests
  1788. The system cannot find the path specified.
  1789.  
  1790. G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests>mvn clean install
  1791. [INFO] Scanning for projects...
  1792. [WARNING]
  1793. [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication-ui-tests:jar:2.12.0-SNAPSHOT
  1794. [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
  1795. [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
  1796. [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
  1797. [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
  1798. [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
  1799. [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
  1800. [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
  1801. [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
  1802. [WARNING]
  1803. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  1804. [WARNING]
  1805. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  1806. [WARNING]
  1807. [INFO]
  1808. [INFO] ----------< org.openmrs.distro:referenceapplication-ui-tests >----------
  1809. [INFO] Building Reference Application Distribution UI Tests 2.12.0-SNAPSHOT
  1810. [INFO] --------------------------------[ jar ]---------------------------------
  1811. [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
  1812. [INFO]
  1813. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ referenceapplication-ui-tests ---
  1814. [INFO] Deleting G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\target
  1815. [INFO]
  1816. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-ui-tests ---
  1817. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  1818. [INFO] skip non existing resourceDirectory G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\src\main\resources
  1819. [INFO]
  1820. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-ui-tests ---
  1821. [INFO] No sources to compile
  1822. [INFO]
  1823. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-ui-tests ---
  1824. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  1825. [INFO] Copying 0 resource
  1826. [INFO] Copying 1 resource
  1827. [INFO]
  1828. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-ui-tests ---
  1829. [INFO] Changes detected - recompiling the module!
  1830. [INFO] Compiling 113 source files to G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\target\test-classes
  1831. [INFO] -------------------------------------------------------------
  1832. [WARNING] COMPILATION WARNING :
  1833. [INFO] -------------------------------------------------------------
  1834. [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.
  1835. [WARNING] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddDeleteLocationTest.java: Recompile with -Xlint:deprecation for details.
  1836. [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.
  1837. [WARNING] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddRolesToUserTest.java: Recompile with -Xlint:unchecked for details.
  1838. [INFO] 4 warnings
  1839. [INFO] -------------------------------------------------------------
  1840. [INFO] -------------------------------------------------------------
  1841. [ERROR] COMPILATION ERROR :
  1842. [INFO] -------------------------------------------------------------
  1843. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[187,17] cannot find symbol
  1844. symbol: method clickOnLast(org.openqa.selenium.By)
  1845. location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1846. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[192,17] cannot find symbol
  1847. symbol: method clickOnLast(org.openqa.selenium.By)
  1848. location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1849. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[197,17] cannot find symbol
  1850. symbol: method clickOnLast(org.openqa.selenium.By)
  1851. location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1852. [INFO] 3 errors
  1853. [INFO] -------------------------------------------------------------
  1854. [INFO] ------------------------------------------------------------------------
  1855. [INFO] BUILD FAILURE
  1856. [INFO] ------------------------------------------------------------------------
  1857. [INFO] Total time: 6.807 s
  1858. [INFO] Finished at: 2021-02-23T10:20:19+03:00
  1859. [INFO] ------------------------------------------------------------------------
  1860. [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:
  1861. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[187,17] cannot find symbol
  1862. [ERROR] symbol: method clickOnLast(org.openqa.selenium.By)
  1863. [ERROR] location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1864. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[192,17] cannot find symbol
  1865. [ERROR] symbol: method clickOnLast(org.openqa.selenium.By)
  1866. [ERROR] location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1867. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[197,17] cannot find symbol
  1868. [ERROR] symbol: method clickOnLast(org.openqa.selenium.By)
  1869. [ERROR] location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  1870. [ERROR] -> [Help 1]
  1871. [ERROR]
  1872. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  1873. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  1874. [ERROR]
  1875. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  1876. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  1877.  
  1878. G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests>git status
  1879. On branch qa
  1880. Your branch is up to date with 'upstream/qa'.
  1881.  
  1882. nothing to commit, working tree clean
  1883.  
  1884. G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests>cd ..
  1885.  
  1886. G:\openmrs\modules\openmrs-distro-referenceapplication>git status
  1887. On branch qa
  1888. Your branch is up to date with 'upstream/qa'.
  1889.  
  1890. nothing to commit, working tree clean
  1891.  
  1892. G:\openmrs\modules\openmrs-distro-referenceapplication> mvn clean install
  1893. [INFO] Scanning for projects...
  1894. [WARNING]
  1895. [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication-package:jar:2.12.0-SNAPSHOT
  1896. [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
  1897. [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
  1898. [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
  1899. [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
  1900. [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
  1901. [WARNING]
  1902. [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication-ui-tests:jar:2.12.0-SNAPSHOT
  1903. [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
  1904. [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
  1905. [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
  1906. [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
  1907. [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
  1908. [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
  1909. [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
  1910. [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
  1911. [WARNING]
  1912. [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication:pom:2.12.0-SNAPSHOT
  1913. [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
  1914. [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
  1915. [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
  1916. [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
  1917. [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
  1918. [WARNING]
  1919. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  1920. [WARNING]
  1921. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  1922. [WARNING]
  1923. [INFO] ------------------------------------------------------------------------
  1924. [INFO] Reactor Build Order:
  1925. [INFO]
  1926. [INFO] Reference Application Distribution [pom]
  1927. [INFO] Reference Application Distribution Package [jar]
  1928. [INFO] Reference Application Distribution UI Tests [jar]
  1929. [INFO]
  1930. [INFO] --------------< org.openmrs.distro:referenceapplication >---------------
  1931. [INFO] Building Reference Application Distribution 2.12.0-SNAPSHOT [1/3]
  1932. [INFO] --------------------------------[ pom ]---------------------------------
  1933. [INFO]
  1934. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ referenceapplication ---
  1935. [INFO]
  1936. [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication ---
  1937. [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
  1938. [INFO]
  1939. [INFO] ----------< org.openmrs.distro:referenceapplication-package >-----------
  1940. [INFO] Building Reference Application Distribution Package 2.12.0-SNAPSHOT [2/3]
  1941. [INFO] --------------------------------[ jar ]---------------------------------
  1942. [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
  1943. [INFO]
  1944. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ referenceapplication-package ---
  1945. [INFO] Deleting G:\openmrs\modules\openmrs-distro-referenceapplication\package\target
  1946. [INFO]
  1947. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-package ---
  1948. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  1949. [INFO] Copying 1 resource
  1950. [INFO] Copying 2 resources
  1951. [INFO] skip non existing resourceDirectory G:\openmrs\modules\openmrs-distro-referenceapplication\package\src\main\webapp
  1952. [INFO]
  1953. [INFO] --- openmrs-sdk-maven-plugin:3.12.4:build-distro (build-distro) @ referenceapplication-package ---
  1954.  
  1955. Downloading modules...
  1956.  
  1957. [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.4.0:war
  1958. [INFO] Copying openmrs-webapp-2.4.0.war to G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\openmrs-2.4.0.war
  1959. file:G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web\openmrs-2.4.0.war
  1960. target:G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro\web
  1961. [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.14.2:jar
  1962. [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.8.0:jar
  1963. [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.12.1:jar
  1964. [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.11.0:jar
  1965. [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.12.0:jar
  1966. [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.1.0:jar
  1967. [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.14:omod
  1968. [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.22.0-SNAPSHOT:jar
  1969. [INFO] Configured Artifact: org.openmrs:event-omod:2.8.0:jar
  1970. [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.6:jar
  1971. [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.10.0:jar
  1972. [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.6:jar
  1973. [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.13.0:jar
  1974. [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.3:jar
  1975. [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.12.0:jar
  1976. [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.9.0:jar
  1977. [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.4.0:jar
  1978. [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.2:jar
  1979. [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.6.0:jar
  1980. [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.3.5:jar
  1981. [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:1.11.2:jar
  1982. [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.6:jar
  1983. [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.31.0-SNAPSHOT:jar
  1984. [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.11.0:jar
  1985. [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:3.12.0:jar
  1986. [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.16.0:jar
  1987. [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.11.0:jar
  1988. [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.7.0:jar
  1989. [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.31.0:jar
  1990. [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.7:jar
  1991. [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.21.0:jar
  1992. [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.4.0:jar
  1993. [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.10.0:jar
  1994. [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.13.0:jar
  1995. [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.2.1:jar
  1996. [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.29.0:jar
  1997. [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.4:omod
  1998. [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.17.0-SNAPSHOT:jar
  1999. [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.19.0:jar
  2000. [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.7.0:jar
  2001. [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
  2002. [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
  2003. [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
  2004. [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
  2005. [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
  2006. [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
  2007. [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
  2008. [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
  2009. [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
  2010. [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
  2011. [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
  2012. [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
  2013. [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
  2014. [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
  2015. [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
  2016. [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
  2017. [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
  2018. [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
  2019. [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
  2020. [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
  2021. [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
  2022. [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
  2023. [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
  2024. [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
  2025. [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
  2026. [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
  2027. [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
  2028. [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
  2029. [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
  2030. [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
  2031. [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
  2032. [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
  2033. [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
  2034. [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
  2035. [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
  2036. [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
  2037. [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
  2038. [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
  2039. [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
  2040. [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
  2041.  
  2042. Downloading OWAs...
  2043.  
  2044. Downloading https://dl.bintray.com/openmrs/owa/SystemAdministration-1.2.zip
  2045.  
  2046. Creating Docker Compose configuration...
  2047.  
  2048.  
  2049. The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\distro
  2050.  
  2051. [INFO]
  2052. [INFO] --- openmrs-sdk-maven-plugin:3.12.4:build-distro (build-bundled-distro) @ referenceapplication-package ---
  2053.  
  2054. Downloading modules...
  2055.  
  2056. [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.4.0:war
  2057. [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
  2058. file:G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web\openmrs-2.4.0.war
  2059. target:G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro\web
  2060. [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.14.2:jar
  2061. [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.8.0:jar
  2062. [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.12.1:jar
  2063. [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.11.0:jar
  2064. [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.12.0:jar
  2065. [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.1.0:jar
  2066. [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.14:omod
  2067. [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.22.0-SNAPSHOT:jar
  2068. [INFO] Configured Artifact: org.openmrs:event-omod:2.8.0:jar
  2069. [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.6:jar
  2070. [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.10.0:jar
  2071. [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.6:jar
  2072. [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.13.0:jar
  2073. [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.3:jar
  2074. [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.12.0:jar
  2075. [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.9.0:jar
  2076. [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.4.0:jar
  2077. [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.2:jar
  2078. [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.6.0:jar
  2079. [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.3.5:jar
  2080. [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:1.11.2:jar
  2081. [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.6:jar
  2082. [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.31.0-SNAPSHOT:jar
  2083. [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.11.0:jar
  2084. [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:3.12.0:jar
  2085. [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.16.0:jar
  2086. [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.11.0:jar
  2087. [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.7.0:jar
  2088. [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.31.0:jar
  2089. [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.7:jar
  2090. [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.21.0:jar
  2091. [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.4.0:jar
  2092. [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.10.0:jar
  2093. [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.13.0:jar
  2094. [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.2.1:jar
  2095. [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.29.0:jar
  2096. [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.4:omod
  2097. [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.17.0-SNAPSHOT:jar
  2098. [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.19.0:jar
  2099. [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.7.0:jar
  2100. [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
  2101. [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
  2102. [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
  2103. [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
  2104. [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
  2105. [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
  2106. [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
  2107. [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
  2108. [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
  2109. [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
  2110. [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
  2111. [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
  2112. [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
  2113. [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
  2114. [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
  2115. [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
  2116. [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
  2117. [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
  2118. [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
  2119. [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
  2120. [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
  2121. [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
  2122. [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
  2123. [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
  2124. [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
  2125. [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
  2126. [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
  2127. [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
  2128. [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
  2129. [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
  2130. [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
  2131. [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
  2132. [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
  2133. [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
  2134. [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
  2135. [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
  2136. [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
  2137. [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
  2138. [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
  2139. [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
  2140.  
  2141. Downloading OWAs...
  2142.  
  2143. Downloading https://dl.bintray.com/openmrs/owa/SystemAdministration-1.2.zip
  2144.  
  2145. Creating Docker Compose configuration...
  2146.  
  2147.  
  2148. The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\bundled-distro
  2149.  
  2150. [INFO]
  2151. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-package ---
  2152. [INFO] No sources to compile
  2153. [INFO]
  2154. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-package ---
  2155. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  2156. [INFO] skip non existing resourceDirectory G:\openmrs\modules\openmrs-distro-referenceapplication\package\src\test\resources
  2157. [INFO] skip non existing resourceDirectory G:\openmrs\modules\openmrs-distro-referenceapplication\package\src\test\resources
  2158. [INFO]
  2159. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-package ---
  2160. [INFO] No sources to compile
  2161. [INFO]
  2162. [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ referenceapplication-package ---
  2163. [INFO] No tests to run.
  2164. [INFO] Surefire report directory: G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\surefire-reports
  2165.  
  2166. -------------------------------------------------------
  2167. T E S T S
  2168. -------------------------------------------------------
  2169.  
  2170. Results :
  2171.  
  2172. Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
  2173.  
  2174. [INFO]
  2175. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ referenceapplication-package ---
  2176. [INFO] Building jar: G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\referenceapplication-package-2.12.0-SNAPSHOT.jar
  2177. [INFO]
  2178. [INFO] --- maven-assembly-plugin:2.3:single (make-assembly) @ referenceapplication-package ---
  2179. [INFO] Reading assembly descriptor: G:\openmrs\modules\openmrs-distro-referenceapplication\package/src/main/assembly/assembly.xml
  2180. [INFO] Building zip: G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\referenceapplication-package-2.12.0-SNAPSHOT-addons.zip
  2181. [INFO]
  2182. [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ referenceapplication-package ---
  2183. [INFO]
  2184. [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ referenceapplication-package ---
  2185. [WARNING] JAR will be empty - no content was marked for inclusion!
  2186. [INFO] Building jar: G:\openmrs\modules\openmrs-distro-referenceapplication\package\target\referenceapplication-package-2.12.0-SNAPSHOT-tests.jar
  2187. [INFO]
  2188. [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication-package ---
  2189. [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
  2190. [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
  2191. [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
  2192. [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
  2193. [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
  2194. [INFO]
  2195. [INFO] ----------< org.openmrs.distro:referenceapplication-ui-tests >----------
  2196. [INFO] Building Reference Application Distribution UI Tests 2.12.0-SNAPSHOT [3/3]
  2197. [INFO] --------------------------------[ jar ]---------------------------------
  2198. [INFO]
  2199. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ referenceapplication-ui-tests ---
  2200. [INFO] Deleting G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\target
  2201. [INFO]
  2202. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-ui-tests ---
  2203. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  2204. [INFO] skip non existing resourceDirectory G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\src\main\resources
  2205. [INFO]
  2206. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-ui-tests ---
  2207. [INFO] No sources to compile
  2208. [INFO]
  2209. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-ui-tests ---
  2210. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  2211. [INFO] Copying 0 resource
  2212. [INFO] Copying 1 resource
  2213. [INFO]
  2214. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-ui-tests ---
  2215. [INFO] Changes detected - recompiling the module!
  2216. [INFO] Compiling 113 source files to G:\openmrs\modules\openmrs-distro-referenceapplication\ui-tests\target\test-classes
  2217. [INFO] -------------------------------------------------------------
  2218. [WARNING] COMPILATION WARNING :
  2219. [INFO] -------------------------------------------------------------
  2220. [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.
  2221. [WARNING] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddDeleteLocationTest.java: Recompile with -Xlint:deprecation for details.
  2222. [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.
  2223. [WARNING] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddRolesToUserTest.java: Recompile with -Xlint:unchecked for details.
  2224. [INFO] 4 warnings
  2225. [INFO] -------------------------------------------------------------
  2226. [INFO] -------------------------------------------------------------
  2227. [ERROR] COMPILATION ERROR :
  2228. [INFO] -------------------------------------------------------------
  2229. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[187,17] cannot find symbol
  2230. symbol: method clickOnLast(org.openqa.selenium.By)
  2231. location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  2232. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[192,17] cannot find symbol
  2233. symbol: method clickOnLast(org.openqa.selenium.By)
  2234. location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  2235. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[197,17] cannot find symbol
  2236. symbol: method clickOnLast(org.openqa.selenium.By)
  2237. location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  2238. [INFO] 3 errors
  2239. [INFO] -------------------------------------------------------------
  2240. [INFO] ------------------------------------------------------------------------
  2241. [INFO] Reactor Summary for Reference Application Distribution 2.12.0-SNAPSHOT:
  2242. [INFO]
  2243. [INFO] Reference Application Distribution ................. SUCCESS [ 1.506 s]
  2244. [INFO] Reference Application Distribution Package ......... SUCCESS [02:28 min]
  2245. [INFO] Reference Application Distribution UI Tests ........ FAILURE [ 19.976 s]
  2246. [INFO] ------------------------------------------------------------------------
  2247. [INFO] BUILD FAILURE
  2248. [INFO] ------------------------------------------------------------------------
  2249. [INFO] Total time: 02:50 min
  2250. [INFO] Finished at: 2021-02-23T10:53:12+03:00
  2251. [INFO] ------------------------------------------------------------------------
  2252. [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:
  2253. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[187,17] cannot find symbol
  2254. [ERROR] symbol: method clickOnLast(org.openqa.selenium.By)
  2255. [ERROR] location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  2256. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[192,17] cannot find symbol
  2257. [ERROR] symbol: method clickOnLast(org.openqa.selenium.By)
  2258. [ERROR] location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  2259. [ERROR] /G:/openmrs/modules/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[197,17] cannot find symbol
  2260. [ERROR] symbol: method clickOnLast(org.openqa.selenium.By)
  2261. [ERROR] location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  2262. [ERROR] -> [Help 1]
  2263. [ERROR]
  2264. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  2265. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  2266. [ERROR]
  2267. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  2268. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  2269. [ERROR]
  2270. [ERROR] After correcting the problems, you can resume the build with the command
  2271. [ERROR] mvn <args> -rf :referenceapplication-ui-tests
  2272.  
  2273. G:\openmrs\modules\openmrs-distro-referenceapplication>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement