Advertisement
Guest User

Untitled

a guest
May 5th, 2020
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.88 KB | None | 0 0
  1.  
  2. Cliff@Cliff-PC MINGW64 ~/Desktop/project/openmrs-module-attachments (master)
  3. $ git pull --rebase upstream master
  4. From https://github.com/openmrs/openmrs-module-attachments
  5. * branch master -> FETCH_HEAD
  6. Already up to date.
  7. Current branch master is up to date.
  8.  
  9. Cliff@Cliff-PC MINGW64 ~/Desktop/project/openmrs-module-attachments (master)
  10. $ mvn clean install
  11. [INFO] Scanning for projects...
  12. [WARNING]
  13. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:attachments-api-2.0:jar:2.3.0-SNAPSHOT
  14. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.openmrs.module:attachments-api-2.0:[unknown-version], C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api-2.0\pom.xml, line 126, column 21
  15. [WARNING]
  16. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:attachments-omod-2.0:jar:2.3.0-SNAPSHOT
  17. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.openmrs.module:attachments-omod-2.0:[unknown-version], C:\Users\Cliff\Desktop\project\openmrs-module-attachments\omod-2.0\pom.xml, line 229, column 15
  18. [WARNING]
  19. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:attachments-omod:jar:2.3.0-SNAPSHOT
  20. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-dependency-plugin @ org.openmrs.module:attachments-omod:[unknown-version], C:\Users\Cliff\Desktop\project\openmrs-module-attachments\omod\pom.xml, line 333, column 12
  21. [WARNING]
  22. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  23. [WARNING]
  24. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  25. [WARNING]
  26. [INFO] ------------------------------------------------------------------------
  27. [INFO] Reactor Build Order:
  28. [INFO]
  29. [INFO] Attachments [pom]
  30. [INFO] Attachments API [jar]
  31. [INFO] Attachments API 1.11 [jar]
  32. [INFO] Attachments API 2.0 [jar]
  33. [INFO] Attachments OMOD 1.10 [jar]
  34. [INFO] Attachments OMOD 2.0 [jar]
  35. [INFO] Attachments OMOD [jar]
  36. [INFO]
  37. [INFO] -------------------< org.openmrs.module:attachments >-------------------
  38. [INFO] Building Attachments 2.3.0-SNAPSHOT [1/7]
  39. [INFO] --------------------------------[ pom ]---------------------------------
  40. [INFO]
  41. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ attachments ---
  42. [INFO] Deleting C:\Users\Cliff\Desktop\project\openmrs-module-attachments\target
  43. [INFO]
  44. [INFO] --- formatter-maven-plugin:2.7.1:format (default) @ attachments ---
  45. [INFO] Using 'UTF-8' encoding to format source files.
  46. [INFO] Number of files to be formatted: 118
  47. [INFO] Successfully formatted: 49 file(s)
  48. [INFO] Fail to format: 0 file(s)
  49. [INFO] Skipped: 69 file(s)
  50. [INFO] Read only skipped: 0 file(s)
  51. [INFO] Approximate time taken: 5s
  52. [INFO]
  53. [INFO] --- maven-install-plugin:2.4:install (default-install) @ attachments ---
  54. [INFO] Installing C:\Users\Cliff\Desktop\project\openmrs-module-attachments\pom.xml to C:\Users\Cliff\.m2\repository\org\openmrs\module\attachments\2.3.0-SNAPSHOT\attachments-2.3.0-SNAPSHOT.pom
  55. [INFO]
  56. [INFO] -----------------< org.openmrs.module:attachments-api >-----------------
  57. [INFO] Building Attachments API 2.3.0-SNAPSHOT [2/7]
  58. [INFO] --------------------------------[ jar ]---------------------------------
  59. [INFO]
  60. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ attachments-api ---
  61. [INFO] Deleting C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api\target
  62. [INFO]
  63. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ attachments-api ---
  64. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  65. [INFO] Copying 6 resources
  66. [INFO]
  67. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ attachments-api ---
  68. [INFO] Changes detected - recompiling the module!
  69. [INFO] Compiling 20 source files to C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api\target\classes
  70. [INFO]
  71. [INFO] --- formatter-maven-plugin:2.7.1:format (default) @ attachments-api ---
  72. [INFO] Using 'UTF-8' encoding to format source files.
  73. [INFO] Number of files to be formatted: 25
  74. [INFO] Successfully formatted: 25 file(s)
  75. [INFO] Fail to format: 0 file(s)
  76. [INFO] Skipped: 0 file(s)
  77. [INFO] Read only skipped: 0 file(s)
  78. [INFO] Approximate time taken: 0s
  79. [INFO]
  80. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ attachments-api ---
  81. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  82. [INFO] Copying 6 resources
  83. [INFO]
  84. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ attachments-api ---
  85. [INFO] Changes detected - recompiling the module!
  86. [INFO] Compiling 5 source files to C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api\target\test-classes
  87. [INFO]
  88. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ attachments-api ---
  89. [INFO] Surefire report directory: C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api\target\surefire-reports
  90.  
  91. -------------------------------------------------------
  92. T E S T S
  93. -------------------------------------------------------
  94. Running org.openmrs.module.attachments.AttachmentsContextTest
  95. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.135 sec
  96. Running org.openmrs.module.attachments.obs.ImageAttachmentHandlerContextSensitiveTest
  97. ERROR - Context.getServiceContext(252) |2020-05-05 11:32:59,428| serviceContext is null. Creating new ServiceContext()
  98. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.501 sec
  99. Running org.openmrs.module.attachments.obs.ImageAttachmentHandlerTest
  100. SLF4J: Class path contains multiple SLF4J bindings.
  101. SLF4J: Found binding in [jar:file:/C:/Users/Cliff/.m2/repository/org/slf4j/slf4j-log4j12/1.6.0/slf4j-log4j12-1.6.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  102. SLF4J: Found binding in [jar:file:/C:/Users/Cliff/.m2/repository/org/slf4j/slf4j-log4j12/1.6.0/slf4j-log4j12-1.6.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  103. SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  104. log4j:ERROR A "org.apache.log4j.xml.DOMConfigurator" object is not assignable to a "org.apache.log4j.spi.Configurator" variable.
  105. log4j:ERROR The class "org.apache.log4j.spi.Configurator" was loaded by
  106. log4j:ERROR [org.powermock.core.classloader.MockClassLoader@618dbfd4] whereas object of type
  107. log4j:ERROR "org.apache.log4j.xml.DOMConfigurator" was loaded by [sun.misc.Launcher$AppClassLoader@42a57993].
  108. log4j:ERROR Could not instantiate configurator [org.apache.log4j.xml.DOMConfigurator].
  109. log4j:WARN No appenders could be found for logger (org.openmrs.obs.handler.AbstractHandler).
  110. log4j:WARN Please initialize the log4j system properly.
  111. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
  112. Running org.openmrs.module.attachments.obs.ValueComplexTest
  113. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
  114.  
  115. Results :
  116.  
  117. Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
  118.  
  119. [INFO]
  120. [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ attachments-api ---
  121. [INFO] Building jar: C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api\target\attachments-api-2.3.0-SNAPSHOT.jar
  122. [INFO]
  123. [INFO] --- maven-jar-plugin:2.2:test-jar (default) @ attachments-api ---
  124. [INFO] Building jar: C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api\target\attachments-api-2.3.0-SNAPSHOT-tests.jar
  125. [INFO]
  126. [INFO] --- maven-install-plugin:2.4:install (default-install) @ attachments-api ---
  127. [INFO] Installing C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api\target\attachments-api-2.3.0-SNAPSHOT.jar to C:\Users\Cliff\.m2\repository\org\openmrs\module\attachments-api\2.3.0-SNAPSHOT\attachments-api-2.3.0-SNAPSHOT.jar
  128. [INFO] Installing C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api\pom.xml to C:\Users\Cliff\.m2\repository\org\openmrs\module\attachments-api\2.3.0-SNAPSHOT\attachments-api-2.3.0-SNAPSHOT.pom
  129. [INFO] Installing C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api\target\attachments-api-2.3.0-SNAPSHOT-tests.jar to C:\Users\Cliff\.m2\repository\org\openmrs\module\attachments-api\2.3.0-SNAPSHOT\attachments-api-2.3.0-SNAPSHOT-tests.jar
  130. [INFO]
  131. [INFO] --------------< org.openmrs.module:attachments-api-1.11 >---------------
  132. [INFO] Building Attachments API 1.11 2.3.0-SNAPSHOT [3/7]
  133. [INFO] --------------------------------[ jar ]---------------------------------
  134. [INFO]
  135. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ attachments-api-1.11 ---
  136. [INFO] Deleting C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api-1.11\target
  137. [INFO]
  138. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ attachments-api-1.11 ---
  139. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  140. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api-1.11\src\main\resources
  141. [INFO]
  142. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ attachments-api-1.11 ---
  143. [INFO] Changes detected - recompiling the module!
  144. [INFO] Compiling 1 source file to C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api-1.11\target\classes
  145. [INFO]
  146. [INFO] --- formatter-maven-plugin:2.7.1:format (default) @ attachments-api-1.11 ---
  147. [INFO] Using 'UTF-8' encoding to format source files.
  148. [INFO] Number of files to be formatted: 1
  149. [INFO] Successfully formatted: 1 file(s)
  150. [INFO] Fail to format: 0 file(s)
  151. [INFO] Skipped: 0 file(s)
  152. [INFO] Read only skipped: 0 file(s)
  153. [INFO] Approximate time taken: 0s
  154. [INFO]
  155. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ attachments-api-1.11 ---
  156. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  157. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api-1.11\src\test\resources
  158. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api-1.11\src\test\resources
  159. [INFO]
  160. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ attachments-api-1.11 ---
  161. [INFO] No sources to compile
  162. [INFO]
  163. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ attachments-api-1.11 ---
  164. [INFO] No tests to run.
  165. [INFO]
  166. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ attachments-api-1.11 ---
  167. [INFO] Building jar: C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api-1.11\target\attachments-api-1.11-2.3.0-SNAPSHOT.jar
  168. [INFO]
  169. [INFO] --- maven-install-plugin:2.4:install (default-install) @ attachments-api-1.11 ---
  170. [INFO] Installing C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api-1.11\target\attachments-api-1.11-2.3.0-SNAPSHOT.jar to C:\Users\Cliff\.m2\repository\org\openmrs\module\attachments-api-1.11\2.3.0-SNAPSHOT\attachments-api-1.11-2.3.0-SNAPSHOT.jar
  171. [INFO] Installing C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api-1.11\pom.xml to C:\Users\Cliff\.m2\repository\org\openmrs\module\attachments-api-1.11\2.3.0-SNAPSHOT\attachments-api-1.11-2.3.0-SNAPSHOT.pom
  172. [INFO]
  173. [INFO] ---------------< org.openmrs.module:attachments-api-2.0 >---------------
  174. [INFO] Building Attachments API 2.0 2.3.0-SNAPSHOT [4/7]
  175. [INFO] --------------------------------[ jar ]---------------------------------
  176. [WARNING] The POM for org.openmrs.module:emrapi-api:jar:1.16 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
  177. [WARNING] The POM for org.openmrs.module:emrapi-api-1.12:jar:1.16 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
  178. [INFO]
  179. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ attachments-api-2.0 ---
  180. [INFO] Deleting C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api-2.0\target
  181. [INFO]
  182. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ attachments-api-2.0 ---
  183. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  184. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api-2.0\src\main\resources
  185. [INFO]
  186. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ attachments-api-2.0 ---
  187. [INFO] Changes detected - recompiling the module!
  188. [INFO] Compiling 3 source files to C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api-2.0\target\classes
  189. [INFO]
  190. [INFO] --- formatter-maven-plugin:2.7.1:format (default) @ attachments-api-2.0 ---
  191. [INFO] Using 'UTF-8' encoding to format source files.
  192. [INFO] Number of files to be formatted: 4
  193. [INFO] Successfully formatted: 4 file(s)
  194. [INFO] Fail to format: 0 file(s)
  195. [INFO] Skipped: 0 file(s)
  196. [INFO] Read only skipped: 0 file(s)
  197. [INFO] Approximate time taken: 0s
  198. [INFO]
  199. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ attachments-api-2.0 ---
  200. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  201. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api-2.0\src\test\resources
  202. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api-2.0\src\test\resources
  203. [INFO]
  204. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ attachments-api-2.0 ---
  205. [INFO] Changes detected - recompiling the module!
  206. [INFO] Compiling 1 source file to C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api-2.0\target\test-classes
  207. [INFO]
  208. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ attachments-api-2.0 ---
  209. [INFO] Surefire report directory: C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api-2.0\target\surefire-reports
  210.  
  211. -------------------------------------------------------
  212. T E S T S
  213. -------------------------------------------------------
  214. Running org.openmrs.module.attachments.AttachmentsServiceTest
  215. WARN - HibernateConceptDAO.getConceptByName(1713) |2020-05-05 11:33:53,235| Multiple concepts found for 'OutOfAttachmentsTestComplex'
  216. WARN - HibernateConceptDAO.getConceptByName(1713) |2020-05-05 11:33:53,810| Multiple concepts found for 'OutOfAttachmentsTestComplex'
  217. WARN - HibernateConceptDAO.getConceptByName(1713) |2020-05-05 11:33:54,191| Multiple concepts found for 'OutOfAttachmentsTestComplex'
  218. WARN - HibernateConceptDAO.getConceptByName(1713) |2020-05-05 11:33:54,420| Multiple concepts found for 'OutOfAttachmentsTestComplex'
  219. WARN - HibernateConceptDAO.getConceptByName(1713) |2020-05-05 11:33:54,695| Multiple concepts found for 'OutOfAttachmentsTestComplex'
  220. WARN - HibernateConceptDAO.getConceptByName(1713) |2020-05-05 11:33:54,964| Multiple concepts found for 'OutOfAttachmentsTestComplex'
  221. WARN - HibernateConceptDAO.getConceptByName(1713) |2020-05-05 11:33:55,188| Multiple concepts found for 'OutOfAttachmentsTestComplex'
  222. Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.217 sec
  223.  
  224. Results :
  225.  
  226. Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
  227.  
  228. [INFO]
  229. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ attachments-api-2.0 ---
  230. [INFO] Building jar: C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api-2.0\target\attachments-api-2.0-2.3.0-SNAPSHOT.jar
  231. [INFO]
  232. [INFO] --- maven-install-plugin:2.4:install (default-install) @ attachments-api-2.0 ---
  233. [INFO] Installing C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api-2.0\target\attachments-api-2.0-2.3.0-SNAPSHOT.jar to C:\Users\Cliff\.m2\repository\org\openmrs\module\attachments-api-2.0\2.3.0-SNAPSHOT\attachments-api-2.0-2.3.0-SNAPSHOT.jar
  234. [INFO] Installing C:\Users\Cliff\Desktop\project\openmrs-module-attachments\api-2.0\pom.xml to C:\Users\Cliff\.m2\repository\org\openmrs\module\attachments-api-2.0\2.3.0-SNAPSHOT\attachments-api-2.0-2.3.0-SNAPSHOT.pom
  235. [INFO]
  236. [INFO] --------------< org.openmrs.module:attachments-omod-1.10 >--------------
  237. [INFO] Building Attachments OMOD 1.10 2.3.0-SNAPSHOT [5/7]
  238. [INFO] --------------------------------[ jar ]---------------------------------
  239. [INFO]
  240. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ attachments-omod-1.10 ---
  241. [INFO] Deleting C:\Users\Cliff\Desktop\project\openmrs-module-attachments\omod-1.10\target
  242. [INFO]
  243. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ attachments-omod-1.10 ---
  244. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  245. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-attachments\omod-1.10\src\main\resources
  246. [INFO]
  247. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ attachments-omod-1.10 ---
  248. [INFO] Changes detected - recompiling the module!
  249. [INFO] Compiling 3 source files to C:\Users\Cliff\Desktop\project\openmrs-module-attachments\omod-1.10\target\classes
  250. [INFO] -------------------------------------------------------------
  251. [ERROR] COMPILATION ERROR :
  252. [INFO] -------------------------------------------------------------
  253. [ERROR] /C:/Users/Cliff/Desktop/project/openmrs-module-attachments/omod-1.10/src/main/java/org/openmrs/module/attachments/rest/AttachmentBytesResource1_10.java:[50,17] cannot find symbol
  254. symbol: class ComplexViewHelper
  255. location: class org.openmrs.module.attachments.rest.AttachmentBytesResource1_10
  256. [INFO] 1 error
  257. [INFO] -------------------------------------------------------------
  258. [INFO] ------------------------------------------------------------------------
  259. [INFO] Reactor Summary for Attachments 2.3.0-SNAPSHOT:
  260. [INFO]
  261. [INFO] Attachments ........................................ SUCCESS [ 6.544 s]
  262. [INFO] Attachments API .................................... SUCCESS [ 46.731 s]
  263. [INFO] Attachments API 1.11 ............................... SUCCESS [ 1.096 s]
  264. [INFO] Attachments API 2.0 ................................ SUCCESS [ 36.392 s]
  265. [INFO] Attachments OMOD 1.10 .............................. FAILURE [ 0.801 s]
  266. [INFO] Attachments OMOD 2.0 ............................... SKIPPED
  267. [INFO] Attachments OMOD ................................... SKIPPED
  268. [INFO] ------------------------------------------------------------------------
  269. [INFO] BUILD FAILURE
  270. [INFO] ------------------------------------------------------------------------
  271. [INFO] Total time: 01:32 min
  272. [INFO] Finished at: 2020-05-05T11:33:56+03:00
  273. [INFO] ------------------------------------------------------------------------
  274. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project attachments-omod-1.10: Compilation failure
  275. [ERROR] /C:/Users/Cliff/Desktop/project/openmrs-module-attachments/omod-1.10/src/main/java/org/openmrs/module/attachments/rest/AttachmentBytesResource1_10.java:[50,17] cannot find symbol
  276. [ERROR] symbol: class ComplexViewHelper
  277. [ERROR] location: class org.openmrs.module.attachments.rest.AttachmentBytesResource1_10
  278. [ERROR]
  279. [ERROR] -> [Help 1]
  280. [ERROR]
  281. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  282. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  283. [ERROR]
  284. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  285. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  286. [ERROR]
  287. [ERROR] After correcting the problems, you can resume the build with the command
  288. [ERROR] mvn <goals> -rf :attachments-omod-1.10
  289.  
  290. Cliff@Cliff-PC MINGW64 ~/Desktop/project/openmrs-module-attachments (master)
  291. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement