Advertisement
makanga

Untitled

Sep 19th, 2022
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.04 KB | None | 0 0
  1. C:\Users\HP\openmrs-core>mvn clean install -DskipTests
  2. [INFO] Scanning for projects...
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Reactor Build Order:
  5. [INFO]
  6. [INFO] OpenMRS [pom]
  7. [INFO] openmrs-tools [jar]
  8. [INFO] openmrs-test [pom]
  9. [INFO] openmrs-api [jar]
  10. [INFO] openmrs-web [jar]
  11. [INFO] openmrs-webapp [war]
  12. [INFO] openmrs-liquibase [jar]
  13. [INFO]
  14. [INFO] ------------------------< org.openmrs:openmrs >-------------------------
  15. [INFO] Building OpenMRS 2.6.0-SNAPSHOT [1/7]
  16. [INFO] --------------------------------[ pom ]---------------------------------
  17. [INFO]
  18. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs ---
  19. [INFO] Deleting C:\Users\HP\openmrs-core\target
  20. [INFO]
  21. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs ---
  22. [INFO] ShortRevision tag detected. The value is '6'.
  23. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  24. [INFO] Working directory: C:\Users\HP\openmrs-core
  25. [INFO] Storing buildNumber: 6e5a44 at timestamp: 1663608776476
  26. [INFO] Storing buildScmBranch: master
  27. [INFO]
  28. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs ---
  29. [INFO]
  30. [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs ---
  31. [WARNING] JAR will be empty - no content was marked for inclusion!
  32. [INFO] Building jar: C:\Users\HP\openmrs-core\target\openmrs-2.6.0-SNAPSHOT-tests.jar
  33. [INFO]
  34. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs ---
  35. [INFO] Checking licenses...
  36. [INFO]
  37. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs ---
  38. [INFO] Installing C:\Users\HP\openmrs-core\pom.xml to C:\Users\HP\.m2\repository\org\openmrs\openmrs\2.6.0-SNAPSHOT\openmrs-2.6.0-SNAPSHOT.pom
  39. [INFO] Installing C:\Users\HP\openmrs-core\target\openmrs-2.6.0-SNAPSHOT-tests.jar to C:\Users\HP\.m2\repository\org\openmrs\openmrs\2.6.0-SNAPSHOT\openmrs-2.6.0-SNAPSHOT-tests.jar
  40. [INFO]
  41. [INFO] ------------------< org.openmrs.tools:openmrs-tools >-------------------
  42. [INFO] Building openmrs-tools 2.6.0-SNAPSHOT [2/7]
  43. [INFO] --------------------------------[ jar ]---------------------------------
  44. [INFO]
  45. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-tools ---
  46. [INFO] Deleting C:\Users\HP\openmrs-core\tools\target
  47. [INFO]
  48. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-tools ---
  49. [INFO]
  50. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-tools ---
  51. [INFO]
  52. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-tools ---
  53. [INFO] Copying 4 resources
  54. [INFO]
  55. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-tools ---
  56. [INFO] No sources to compile
  57. [INFO]
  58. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-tools ---
  59. [INFO] skip non existing resourceDirectory C:\Users\HP\openmrs-core\tools\src\test\resources
  60. [INFO]
  61. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-tools ---
  62. [INFO] No sources to compile
  63. [INFO]
  64. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-tools ---
  65. [INFO] Tests are skipped.
  66. [INFO]
  67. [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ openmrs-tools ---
  68. [INFO] Building jar: C:\Users\HP\openmrs-core\tools\target\openmrs-tools-2.6.0-SNAPSHOT.jar
  69. [INFO]
  70. [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs-tools ---
  71. [WARNING] JAR will be empty - no content was marked for inclusion!
  72. [INFO] Building jar: C:\Users\HP\openmrs-core\tools\target\openmrs-tools-2.6.0-SNAPSHOT-tests.jar
  73. [INFO]
  74. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-tools ---
  75. [INFO] Checking licenses...
  76. [INFO]
  77. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-tools ---
  78. [INFO] Installing C:\Users\HP\openmrs-core\tools\target\openmrs-tools-2.6.0-SNAPSHOT.jar to C:\Users\HP\.m2\repository\org\openmrs\tools\openmrs-tools\2.6.0-SNAPSHOT\openmrs-tools-2.6.0-SNAPSHOT.jar
  79. [INFO] Installing C:\Users\HP\openmrs-core\tools\pom.xml to C:\Users\HP\.m2\repository\org\openmrs\tools\openmrs-tools\2.6.0-SNAPSHOT\openmrs-tools-2.6.0-SNAPSHOT.pom
  80. [INFO] Installing C:\Users\HP\openmrs-core\tools\target\openmrs-tools-2.6.0-SNAPSHOT-tests.jar to C:\Users\HP\.m2\repository\org\openmrs\tools\openmrs-tools\2.6.0-SNAPSHOT\openmrs-tools-2.6.0-SNAPSHOT-tests.jar
  81. [INFO]
  82. [INFO] -------------------< org.openmrs.test:openmrs-test >--------------------
  83. [INFO] Building openmrs-test 2.6.0-SNAPSHOT [3/7]
  84. [INFO] --------------------------------[ pom ]---------------------------------
  85. [INFO]
  86. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-test ---
  87. [INFO] Deleting C:\Users\HP\openmrs-core\test\target
  88. [INFO]
  89. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-test ---
  90. [INFO]
  91. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-test ---
  92. [INFO]
  93. [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs-test ---
  94. [WARNING] JAR will be empty - no content was marked for inclusion!
  95. [INFO] Building jar: C:\Users\HP\openmrs-core\test\target\openmrs-test-2.6.0-SNAPSHOT-tests.jar
  96. [INFO]
  97. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-test ---
  98. [INFO] Checking licenses...
  99. [INFO]
  100. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-test ---
  101. [INFO] Installing C:\Users\HP\openmrs-core\test\pom.xml to C:\Users\HP\.m2\repository\org\openmrs\test\openmrs-test\2.6.0-SNAPSHOT\openmrs-test-2.6.0-SNAPSHOT.pom
  102. [INFO] Installing C:\Users\HP\openmrs-core\test\target\openmrs-test-2.6.0-SNAPSHOT-tests.jar to C:\Users\HP\.m2\repository\org\openmrs\test\openmrs-test\2.6.0-SNAPSHOT\openmrs-test-2.6.0-SNAPSHOT-tests.jar
  103. [INFO]
  104. [INFO] --------------------< org.openmrs.api:openmrs-api >---------------------
  105. [INFO] Building openmrs-api 2.6.0-SNAPSHOT [4/7]
  106. [INFO] --------------------------------[ jar ]---------------------------------
  107. [INFO]
  108. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-api ---
  109. [INFO] Deleting C:\Users\HP\openmrs-core\api\target
  110. [INFO]
  111. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-api ---
  112. [INFO]
  113. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-api ---
  114. [INFO]
  115. [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ openmrs-api ---
  116. [INFO] argLine set to -javaagent:C:\\Users\\HP\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.8\\org.jacoco.agent-0.8.8-runtime.jar=destfile=C:\\Users\\HP\\openmrs-core\\api\\target\\jacoco.exec,includes=org/openmrs/** -Duser.language=en -Duser.region=US -Xmx1g -Djava.locale.providers=COMPAT
  117. [INFO]
  118. [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-api ---
  119. [INFO] Using 'UTF-8' encoding to format source files.
  120. [INFO] Number of files to be formatted: 1111
  121. [INFO] Successfully formatted: 0 file(s)
  122. [INFO] Fail to format : 0 file(s)
  123. [INFO] Skipped : 1111 file(s)
  124. [INFO] Approximate time taken: 5s
  125. [INFO]
  126. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-api ---
  127. [INFO] Copying 1 resource
  128. [INFO] Copying 161 resources
  129. [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
  130. [INFO]
  131. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-api ---
  132. [INFO] Changes detected - recompiling the module!
  133. [INFO] Compiling 746 source files to C:\Users\HP\openmrs-core\api\target\classes
  134. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/PersonName.java: Some input files use or override a deprecated API.
  135. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/PersonName.java: Recompile with -Xlint:deprecation for details.
  136. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/propertyeditor/OpenmrsPropertyEditor.java: Some input files use unchecked or unsafe operations.
  137. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/propertyeditor/OpenmrsPropertyEditor.java: Recompile with -Xlint:unchecked for details.
  138. [INFO]
  139. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-api ---
  140. [INFO] Copying 153 resources
  141. [INFO]
  142. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-api ---
  143. [INFO] Changes detected - recompiling the module!
  144. [INFO] Compiling 365 source files to C:\Users\HP\openmrs-core\api\target\test-classes
  145. [INFO] /C:/Users/HP/openmrs-core/api/src/test/java/org/openmrs/test/jupiter/BaseContextSensitiveTest.java: Some input files use or override a deprecated API.
  146. [INFO] /C:/Users/HP/openmrs-core/api/src/test/java/org/openmrs/test/jupiter/BaseContextSensitiveTest.java: Recompile with -Xlint:deprecation for details.
  147. [INFO] /C:/Users/HP/openmrs-core/api/src/test/java/org/openmrs/api/OrderServiceTest.java: Some input files use unchecked or unsafe operations.
  148. [INFO] /C:/Users/HP/openmrs-core/api/src/test/java/org/openmrs/api/OrderServiceTest.java: Recompile with -Xlint:unchecked for details.
  149. [INFO]
  150. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-api ---
  151. [INFO] Tests are skipped.
  152. [INFO]
  153. [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ openmrs-api ---
  154. [INFO] Building jar: C:\Users\HP\openmrs-core\api\target\openmrs-api-2.6.0-SNAPSHOT.jar
  155. [INFO]
  156. [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs-api ---
  157. [INFO] Building jar: C:\Users\HP\openmrs-core\api\target\openmrs-api-2.6.0-SNAPSHOT-tests.jar
  158. [INFO]
  159. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-api ---
  160. [INFO] Checking licenses...
  161. [INFO]
  162. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-api ---
  163. [INFO] Installing C:\Users\HP\openmrs-core\api\target\openmrs-api-2.6.0-SNAPSHOT.jar to C:\Users\HP\.m2\repository\org\openmrs\api\openmrs-api\2.6.0-SNAPSHOT\openmrs-api-2.6.0-SNAPSHOT.jar
  164. [INFO] Installing C:\Users\HP\openmrs-core\api\pom.xml to C:\Users\HP\.m2\repository\org\openmrs\api\openmrs-api\2.6.0-SNAPSHOT\openmrs-api-2.6.0-SNAPSHOT.pom
  165. [INFO] Installing C:\Users\HP\openmrs-core\api\target\openmrs-api-2.6.0-SNAPSHOT-tests.jar to C:\Users\HP\.m2\repository\org\openmrs\api\openmrs-api\2.6.0-SNAPSHOT\openmrs-api-2.6.0-SNAPSHOT-tests.jar
  166. [INFO]
  167. [INFO] --------------------< org.openmrs.web:openmrs-web >---------------------
  168. [INFO] Building openmrs-web 2.6.0-SNAPSHOT [5/7]
  169. [INFO] --------------------------------[ jar ]---------------------------------
  170. [INFO]
  171. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-web ---
  172. [INFO] Deleting C:\Users\HP\openmrs-core\web\target
  173. [INFO]
  174. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-web ---
  175. [INFO]
  176. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-web ---
  177. [INFO]
  178. [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ openmrs-web ---
  179. [INFO] argLine set to -javaagent:C:\\Users\\HP\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.8\\org.jacoco.agent-0.8.8-runtime.jar=destfile=C:\\Users\\HP\\openmrs-core\\web\\target\\jacoco.exec,includes=org/openmrs/** -Duser.language=en -Duser.region=US -Xmx1g -Djava.locale.providers=COMPAT
  180. [INFO]
  181. [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-web ---
  182. [INFO] Using 'UTF-8' encoding to format source files.
  183. [INFO] Number of files to be formatted: 59
  184. [INFO] Successfully formatted: 0 file(s)
  185. [INFO] Fail to format : 0 file(s)
  186. [INFO] Skipped : 59 file(s)
  187. [INFO] Approximate time taken: 0s
  188. [INFO]
  189. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-web ---
  190. [INFO] Copying 22 resources
  191. [INFO]
  192. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-web ---
  193. [INFO] Changes detected - recompiling the module!
  194. [INFO] Compiling 40 source files to C:\Users\HP\openmrs-core\web\target\classes
  195. [INFO] /C:/Users/HP/openmrs-core/web/src/main/java/org/openmrs/web/controller/PseudoStaticContentController.java: Some input files use or override a deprecated API.
  196. [INFO] /C:/Users/HP/openmrs-core/web/src/main/java/org/openmrs/web/controller/PseudoStaticContentController.java: Recompile with -Xlint:deprecation for details.
  197. [INFO] /C:/Users/HP/openmrs-core/web/src/main/java/org/openmrs/module/web/ModuleServlet.java: C:\Users\HP\openmrs-core\web\src\main\java\org\openmrs\module\web\ModuleServlet.java uses unchecked or unsafe operations.
  198. [INFO] /C:/Users/HP/openmrs-core/web/src/main/java/org/openmrs/module/web/ModuleServlet.java: Recompile with -Xlint:unchecked for details.
  199. [INFO]
  200. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-web ---
  201. [INFO] Copying 3 resources
  202. [INFO]
  203. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-web ---
  204. [INFO] Changes detected - recompiling the module!
  205. [INFO] Compiling 19 source files to C:\Users\HP\openmrs-core\web\target\test-classes
  206. [INFO] /C:/Users/HP/openmrs-core/web/src/test/java/org/openmrs/web/filter/update/UpdateFilterModelTest.java: Some input files use or override a deprecated API.
  207. [INFO] /C:/Users/HP/openmrs-core/web/src/test/java/org/openmrs/web/filter/update/UpdateFilterModelTest.java: Recompile with -Xlint:deprecation for details.
  208. [INFO]
  209. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-web ---
  210. [INFO] Tests are skipped.
  211. [INFO]
  212. [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ openmrs-web ---
  213. [INFO] Building jar: C:\Users\HP\openmrs-core\web\target\openmrs-web-2.6.0-SNAPSHOT.jar
  214. [INFO]
  215. [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs-web ---
  216. [INFO] Building jar: C:\Users\HP\openmrs-core\web\target\openmrs-web-2.6.0-SNAPSHOT-tests.jar
  217. [INFO]
  218. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-web ---
  219. [INFO] Checking licenses...
  220. [INFO]
  221. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-web ---
  222. [INFO] Installing C:\Users\HP\openmrs-core\web\target\openmrs-web-2.6.0-SNAPSHOT.jar to C:\Users\HP\.m2\repository\org\openmrs\web\openmrs-web\2.6.0-SNAPSHOT\openmrs-web-2.6.0-SNAPSHOT.jar
  223. [INFO] Installing C:\Users\HP\openmrs-core\web\pom.xml to C:\Users\HP\.m2\repository\org\openmrs\web\openmrs-web\2.6.0-SNAPSHOT\openmrs-web-2.6.0-SNAPSHOT.pom
  224. [INFO] Installing C:\Users\HP\openmrs-core\web\target\openmrs-web-2.6.0-SNAPSHOT-tests.jar to C:\Users\HP\.m2\repository\org\openmrs\web\openmrs-web\2.6.0-SNAPSHOT\openmrs-web-2.6.0-SNAPSHOT-tests.jar
  225. [INFO]
  226. [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
  227. [INFO] Building openmrs-webapp 2.6.0-SNAPSHOT [6/7]
  228. [INFO] --------------------------------[ war ]---------------------------------
  229. [INFO]
  230. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-webapp ---
  231. [INFO] Deleting C:\Users\HP\openmrs-core\webapp\target
  232. [INFO]
  233. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-webapp ---
  234. [INFO]
  235. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-webapp ---
  236. [INFO]
  237. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-webapp ---
  238. [INFO] Copying 2 resources
  239. [INFO] Copying 1 resource to ../jetty
  240. [INFO]
  241. [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ openmrs-webapp ---
  242. [INFO] Executing tasks
  243. [INFO] [unzip] Expanding: C:\Users\HP\openmrs-core\webapp\src\main\resources\liquibase-demo-data.zip into C:\Users\HP\openmrs-core\webapp\target\classes
  244. [INFO] Executed tasks
  245. [INFO]
  246. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-webapp ---
  247. [INFO] No sources to compile
  248. [INFO]
  249. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-webapp ---
  250. [INFO] Copying 1 resource
  251. [INFO]
  252. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-webapp ---
  253. [INFO] No sources to compile
  254. [INFO]
  255. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-webapp ---
  256. [INFO] Tests are skipped.
  257. [INFO]
  258. [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ openmrs-webapp ---
  259. [INFO] Packaging webapp
  260. [INFO] Assembling webapp [openmrs-webapp] in [C:\Users\HP\openmrs-core\webapp\target\openmrs]
  261. [INFO] Processing war project
  262. [INFO] Copying webapp webResources [C:\Users\HP\openmrs-core\webapp\src/main/webapp] to [C:\Users\HP\openmrs-core\webapp\target\openmrs]
  263. [INFO] Copying webapp resources [C:\Users\HP\openmrs-core\webapp\src\main\webapp]
  264. [INFO] Building war: C:\Users\HP\openmrs-core\webapp\target\openmrs.war
  265. [INFO]
  266. [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs-webapp ---
  267. [INFO] Building jar: C:\Users\HP\openmrs-core\webapp\target\openmrs-tests.jar
  268. [INFO]
  269. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-webapp ---
  270. [INFO] Checking licenses...
  271. [INFO]
  272. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-webapp ---
  273. [INFO] Installing C:\Users\HP\openmrs-core\webapp\target\openmrs.war to C:\Users\HP\.m2\repository\org\openmrs\web\openmrs-webapp\2.6.0-SNAPSHOT\openmrs-webapp-2.6.0-SNAPSHOT.war
  274. [INFO] Installing C:\Users\HP\openmrs-core\webapp\pom.xml to C:\Users\HP\.m2\repository\org\openmrs\web\openmrs-webapp\2.6.0-SNAPSHOT\openmrs-webapp-2.6.0-SNAPSHOT.pom
  275. [INFO] Installing C:\Users\HP\openmrs-core\webapp\target\openmrs-tests.jar to C:\Users\HP\.m2\repository\org\openmrs\web\openmrs-webapp\2.6.0-SNAPSHOT\openmrs-webapp-2.6.0-SNAPSHOT-tests.jar
  276. [INFO]
  277. [INFO] --------------< org.openmrs.liquibase:openmrs-liquibase >---------------
  278. [INFO] Building openmrs-liquibase 2.6.0-SNAPSHOT [7/7]
  279. [INFO] --------------------------------[ jar ]---------------------------------
  280. [INFO]
  281. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-liquibase ---
  282. [INFO] Deleting C:\Users\HP\openmrs-core\liquibase\target
  283. [INFO]
  284. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-liquibase ---
  285. [INFO]
  286. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-liquibase ---
  287. [INFO]
  288. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-liquibase ---
  289. [INFO] Copying 1 resource
  290. [INFO]
  291. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-liquibase ---
  292. [INFO] Changes detected - recompiling the module!
  293. [INFO] Compiling 4 source files to C:\Users\HP\openmrs-core\liquibase\target\classes
  294. [INFO]
  295. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-liquibase ---
  296. [INFO] Copying 7 resources
  297. [INFO]
  298. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-liquibase ---
  299. [INFO] Changes detected - recompiling the module!
  300. [INFO] Compiling 4 source files to C:\Users\HP\openmrs-core\liquibase\target\test-classes
  301. [INFO]
  302. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-liquibase ---
  303. [INFO] Tests are skipped.
  304. [INFO]
  305. [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ openmrs-liquibase ---
  306. [INFO] Building jar: C:\Users\HP\openmrs-core\liquibase\target\openmrs-liquibase-2.6.0-SNAPSHOT.jar
  307. [INFO]
  308. [INFO] --- maven-assembly-plugin:3.4.2:single (default) @ openmrs-liquibase ---
  309. [INFO] Building jar: C:\Users\HP\openmrs-core\liquibase\target\openmrs-liquibase-2.6.0-SNAPSHOT-jar-with-dependencies.jar
  310. [INFO]
  311. [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs-liquibase ---
  312. [INFO] Building jar: C:\Users\HP\openmrs-core\liquibase\target\openmrs-liquibase-2.6.0-SNAPSHOT-tests.jar
  313. [INFO]
  314. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-liquibase ---
  315. [INFO] Checking licenses...
  316. [INFO]
  317. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-liquibase ---
  318. [INFO] Installing C:\Users\HP\openmrs-core\liquibase\target\openmrs-liquibase-2.6.0-SNAPSHOT.jar to C:\Users\HP\.m2\repository\org\openmrs\liquibase\openmrs-liquibase\2.6.0-SNAPSHOT\openmrs-liquibase-2.6.0-SNAPSHOT.jar
  319. [INFO] Installing C:\Users\HP\openmrs-core\liquibase\pom.xml to C:\Users\HP\.m2\repository\org\openmrs\liquibase\openmrs-liquibase\2.6.0-SNAPSHOT\openmrs-liquibase-2.6.0-SNAPSHOT.pom
  320. [INFO] Installing C:\Users\HP\openmrs-core\liquibase\target\openmrs-liquibase-2.6.0-SNAPSHOT-jar-with-dependencies.jar to C:\Users\HP\.m2\repository\org\openmrs\liquibase\openmrs-liquibase\2.6.0-SNAPSHOT\openmrs-liquibase-2.6.0-SNAPSHOT-jar-with-dependencies.jar
  321. [INFO] Installing C:\Users\HP\openmrs-core\liquibase\target\openmrs-liquibase-2.6.0-SNAPSHOT-tests.jar to C:\Users\HP\.m2\repository\org\openmrs\liquibase\openmrs-liquibase\2.6.0-SNAPSHOT\openmrs-liquibase-2.6.0-SNAPSHOT-tests.jar
  322. [INFO] ------------------------------------------------------------------------
  323. [INFO] Reactor Summary for OpenMRS 2.6.0-SNAPSHOT:
  324. [INFO]
  325. [INFO] OpenMRS ............................................ SUCCESS [ 3.441 s]
  326. [INFO] openmrs-tools ...................................... SUCCESS [ 0.833 s]
  327. [INFO] openmrs-test ....................................... SUCCESS [ 0.260 s]
  328. [INFO] openmrs-api ........................................ SUCCESS [ 45.679 s]
  329. [INFO] openmrs-web ........................................ SUCCESS [ 5.757 s]
  330. [INFO] openmrs-webapp ..................................... SUCCESS [ 9.869 s]
  331. [INFO] openmrs-liquibase .................................. SUCCESS [ 7.607 s]
  332. [INFO] ------------------------------------------------------------------------
  333. [INFO] BUILD SUCCESS
  334. [INFO] ------------------------------------------------------------------------
  335. [INFO] Total time: 01:13 min
  336. [INFO] Finished at: 2022-09-19T20:34:08+03:00
  337. [INFO] ------------------------------------------------------------------------
  338.  
  339. C:\Users\HP\openmrs-core>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement