Advertisement
Guest User

log

a guest
Oct 26th, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 20.07 KB | None | 0 0
  1. 033102@FEIT033102 MINGW64 ~/Documents/Project/Slicer/ABUS_Server_Build/openmrs-module-radiology-master
  2. $ mvn package
  3. [INFO] Scanning for projects...
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Reactor Build Order:
  6. [INFO]
  7. [INFO] Radiology                                                          [pom]
  8. [INFO] Radiology API                                                      [jar]
  9. [INFO] Radiology OMOD                                                     [jar]
  10. [INFO]
  11. [INFO] --------------------< org.openmrs.module:radiology >--------------------
  12. [INFO] Building Radiology 0.1.2-SNAPSHOT                                  [1/3]
  13. [INFO] --------------------------------[ pom ]---------------------------------
  14. [INFO]
  15. [INFO] --- license-maven-plugin:3.0:format (format-license-header) @ radiology ---
  16. [INFO] Updating license headers...
  17. [INFO]
  18. [INFO] ------------------< org.openmrs.module:radiology-api >------------------
  19. [INFO] Building Radiology API 0.1.2-SNAPSHOT                              [2/3]
  20. [INFO] --------------------------------[ jar ]---------------------------------
  21. [INFO]
  22. [INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (prepare-agent) @ radiology-api ---
  23. [INFO] argLine set to -javaagent:C:\\Users\\033102\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.7.7.201606060606\\org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=C:\\Users\\033102\\Documents\\Project\\Slicer\\ABUS_Server_Build\\openmrs-module-radiology-master\\api\\target\\jacoco.exec
  24. [INFO]
  25. [INFO] --- license-maven-plugin:3.0:format (format-license-header) @ radiology-api ---
  26. [INFO] Updating license headers...
  27. [INFO]
  28. [INFO] --- formatter-maven-plugin:1.6.0:format (format-code) @ radiology-api ---
  29. [INFO] Using 'UTF-8' encoding to format source files.
  30. [INFO] Number of files to be formatted: 93
  31. [INFO] Successfully formatted: 0 file(s)
  32. [INFO] Fail to format        : 0 file(s)
  33. [INFO] Skipped               : 93 file(s)
  34. [INFO] Approximate time taken: 0s
  35. [INFO]
  36. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ radiology-api ---
  37. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  38. [INFO] Copying 27 resources
  39. [INFO]
  40. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ radiology-api ---
  41. [INFO] Nothing to compile - all classes are up to date
  42. [INFO]
  43. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ radiology-api ---
  44. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  45. [INFO] Copying 33 resources
  46. [INFO]
  47. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ radiology-api ---
  48. [INFO] Nothing to compile - all classes are up to date
  49. [INFO]
  50. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ radiology-api ---
  51. [INFO] Surefire report directory: C:\Users\033102\Documents\Project\Slicer\ABUS_Server_Build\openmrs-module-radiology-master\api\target\surefire-reports
  52.  
  53. -------------------------------------------------------
  54.  T E S T S
  55. -------------------------------------------------------
  56. Running org.openmrs.module.radiology.dicom.code.PerformedProcedureStepStatusTest
  57. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
  58. Running org.openmrs.module.radiology.dicom.DicomUidValidatorTest
  59. Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
  60. Running org.openmrs.module.radiology.dicom.DicomWebViewerTest
  61. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.959 sec
  62. Running org.openmrs.module.radiology.dicom.UuidDicomUidGeneratorTest
  63. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
  64. Running org.openmrs.module.radiology.modality.RadiologyModalityEditorComponentTest
  65. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.766 sec
  66. Running org.openmrs.module.radiology.modality.RadiologyModalityServiceComponentTest
  67. Tests run: 16, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.6 sec <<< FAILURE!
  68. shouldThrowIllegalArgumentExceptionIfGivenReasonIsNullOrContainsOnlyWhitespaces(org.openmrs.module.radiology.modality.RadiologyModalityServiceComponentTest)  Time elapsed: 0.059 sec  <<< FAILURE!
  69. java.lang.AssertionError:
  70. Expected: (an instance of java.lang.IllegalArgumentException and exception with message a string containing "Reason for deletion cannot be empty")
  71.      but: exception with message a string containing "Reason for deletion cannot be empty" message was "删除原因不能为空"
  72. Stacktrace was: java.lang.IllegalArgumentException: 删除原因不能为空
  73.         at org.openmrs.module.radiology.modality.RadiologyModalityServiceImpl.retireRadiologyModality(RadiologyModalityServiceImpl.java:58)
  74.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  75.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  76.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  77.         at java.lang.reflect.Method.invoke(Method.java:498)
  78.         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  79.         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  80.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  81.         at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  82.         at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  83.         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  84.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  85.         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  86.         at com.sun.proxy.$Proxy96.retireRadiologyModality(Unknown Source)
  87.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  88.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  89.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  90.         at java.lang.reflect.Method.invoke(Method.java:498)
  91.         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  92.         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  93.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  94.         at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  95.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  96.         at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  97.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  98.         at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  99.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  100.         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  101.         at com.sun.proxy.$Proxy97.retireRadiologyModality(Unknown Source)
  102.         at org.openmrs.module.radiology.modality.RadiologyModalityServiceComponentTest.shouldThrowIllegalArgumentExceptionIfGivenReasonIsNullOrContainsOnlyWhitespaces(RadiologyModalityServiceComponentTest.java:153)
  103.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  104.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  105.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  106.         at java.lang.reflect.Method.invoke(Method.java:498)
  107.         at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  108.         at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  109.         at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  110.         at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  111.         at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  112.         at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:73)
  113.         at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  114.         at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82)
  115.         at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:168)
  116.         at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  117.         at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:73)
  118.         at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  119.         at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217)
  120.         at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
  121.         at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  122.         at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  123.         at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  124.         at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  125.         at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  126.         at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  127.         at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  128.         at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
  129.         at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  130.         at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
  131.         at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  132.         at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  133.         at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  134.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  135.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  136.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  137.         at java.lang.reflect.Method.invoke(Method.java:498)
  138.         at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  139.         at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  140.         at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  141.         at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  142.         at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
  143.  
  144.         at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
  145.         at org.junit.Assert.assertThat(Assert.java:865)
  146.         at org.junit.Assert.assertThat(Assert.java:832)
  147.         at org.junit.rules.ExpectedException.handleException(ExpectedException.java:198)
  148.         at org.junit.rules.ExpectedException.access$500(ExpectedException.java:85)
  149.         at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:177)
  150.         at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  151.         at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:73)
  152.         at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  153.         at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217)
  154.         at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
  155.         at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  156.         at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  157.         at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  158.         at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  159.         at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  160.         at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  161.         at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  162.         at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
  163.         at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  164.         at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
  165.         at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  166.         at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  167.         at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  168.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  169.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  170.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  171.         at java.lang.reflect.Method.invoke(Method.java:498)
  172.         at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  173.         at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  174.         at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  175.         at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  176.         at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
  177.  
  178. Running org.openmrs.module.radiology.modality.RadiologyModalityValidatorTest
  179. Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 sec
  180. Running org.openmrs.module.radiology.order.HibernateRadiologyOrderDAOComponentTest
  181. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec
  182. Running org.openmrs.module.radiology.order.RadiologyOrderSearchCriteriaTest
  183. Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
  184. Running org.openmrs.module.radiology.order.RadiologyOrderServiceComponentTest
  185. Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.437 sec
  186. Running org.openmrs.module.radiology.order.RadiologyOrderServiceImplComponentTest
  187. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 sec
  188. Running org.openmrs.module.radiology.order.RadiologyOrderServiceTest
  189. Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec
  190. Running org.openmrs.module.radiology.order.RadiologyOrderTest
  191. Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
  192. Running org.openmrs.module.radiology.order.RadiologyOrderValidatorTest
  193. Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
  194. Running org.openmrs.module.radiology.RadiologyPropertiesComponentTest
  195. Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.671 sec
  196. Running org.openmrs.module.radiology.report.RadiologyReportEditorComponentTest
  197. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec
  198. Running org.openmrs.module.radiology.report.RadiologyReportSearchCriteriaTest
  199. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
  200. Running org.openmrs.module.radiology.report.RadiologyReportServiceComponentTest
  201. Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.088 sec
  202. Running org.openmrs.module.radiology.report.RadiologyReportServiceTest
  203. Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 sec
  204. Running org.openmrs.module.radiology.report.RadiologyReportTest
  205. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
  206. Running org.openmrs.module.radiology.report.RadiologyReportValidatorTest
  207. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
  208. Running org.openmrs.module.radiology.report.template.MetaTagsValidationEngineTest
  209. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
  210. Running org.openmrs.module.radiology.report.template.MrrtReportTemplateEditorComponentTest
  211. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 sec
  212. Running org.openmrs.module.radiology.report.template.MrrtReportTemplateFileParserComponentTest
  213. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 sec
  214. Running org.openmrs.module.radiology.report.template.MrrtReportTemplateSearchCriteriaTest
  215. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
  216. Running org.openmrs.module.radiology.report.template.MrrtReportTemplateServiceComponentTest
  217. Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.742 sec
  218. Running org.openmrs.module.radiology.report.template.MrrtReportTemplateValidatorComponentTest
  219. Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 sec
  220. Running org.openmrs.module.radiology.report.template.ValidationResultTest
  221. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
  222. Running org.openmrs.module.radiology.study.RadiologyStudyEditorComponentTest
  223. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 sec
  224. Running org.openmrs.module.radiology.study.RadiologyStudyServiceComponentTest
  225. Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec
  226. Running org.openmrs.module.radiology.study.RadiologyStudyServiceImplTest
  227. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
  228. Running org.openmrs.module.radiology.study.RadiologyStudyTest
  229. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
  230. Running org.openmrs.module.radiology.util.DecimalUuidTest
  231. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
  232.  
  233. Results :
  234.  
  235. Failed tests:   shouldThrowIllegalArgumentExceptionIfGivenReasonIsNullOrContainsOnlyWhitespaces(org.openmrs.module.radiology.modality.RadiologyModalityServiceComponentTest): (..)
  236.  
  237. Tests run: 372, Failures: 1, Errors: 0, Skipped: 0
  238.  
  239. [INFO] ------------------------------------------------------------------------
  240. [INFO] Reactor Summary for Radiology 0.1.2-SNAPSHOT:
  241. [INFO]
  242. [INFO] Radiology .......................................... SUCCESS [  1.186 s]
  243. [INFO] Radiology API ...................................... FAILURE [ 31.488 s]
  244. [INFO] Radiology OMOD ..................................... SKIPPED
  245. [INFO] ------------------------------------------------------------------------
  246. [INFO] BUILD FAILURE
  247. [INFO] ------------------------------------------------------------------------
  248. [INFO] Total time:  33.145 s
  249. [INFO] Finished at: 2020-10-26T23:28:08+11:00
  250. [INFO] ------------------------------------------------------------------------
  251. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project radiology-api: There are test failures.
  252. [ERROR]
  253. [ERROR] Please refer to C:\Users\033102\Documents\Project\Slicer\ABUS_Server_Build\openmrs-module-radiology-master\api\target\surefire-reports for the individual test results.
  254. [ERROR] -> [Help 1]
  255. [ERROR]
  256. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  257. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  258. [ERROR]
  259. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  260. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  261. [ERROR]
  262. [ERROR] After correcting the problems, you can resume the build with the command
  263. [ERROR]   mvn <args> -rf :radiology-api
  264.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement