Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.71 KB | None | 0 0
  1. mvn clean install
  2. [INFO] Scanning for projects...
  3. [WARNING]
  4. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:referenceapplication-omod:jar:2.9.0-SNAPSHOT
  5. [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:referenceapplication-omod:[unknown-version], F:\openmrs modules\modules\openmrs-module-referenceapplication\omod\pom.xml, line 235, column 21
  6. [WARNING] 'build.plugins.plugin.version' for de.saumya.mojo:gem-maven-plugin is missing. @ org.openmrs.module:referenceapplication-omod:[unknown-version], F:\openmrs modules\modules\openmrs-module-referenceapplication\omod\pom.xml, line 260, column 21
  7. [WARNING]
  8. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  9. [WARNING]
  10. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  11. [WARNING]
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO] Reactor Build Order:
  14. [INFO]
  15. [INFO] Reference Application Module [pom]
  16. [INFO] Reference Application Module API [jar]
  17. [INFO] Reference Application Module OMOD [jar]
  18. [INFO]
  19. [INFO] --------------< org.openmrs.module:referenceapplication >---------------
  20. [INFO] Building Reference Application Module 2.9.0-SNAPSHOT [1/3]
  21. [INFO] --------------------------------[ pom ]---------------------------------
  22. [INFO]
  23. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ referenceapplication ---
  24. [INFO]
  25. [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication ---
  26. [INFO] Installing F:\openmrs modules\modules\openmrs-module-referenceapplication\pom.xml to C:\Users\DELL\.m2\repository\org\openmrs\module\referenceapplication\2.9.0-SNAPSHOT\referenceapplication-2.9.0-SNAPSHOT.pom
  27. [INFO]
  28. [INFO] ------------< org.openmrs.module:referenceapplication-api >-------------
  29. [INFO] Building Reference Application Module API 2.9.0-SNAPSHOT [2/3]
  30. [INFO] --------------------------------[ jar ]---------------------------------
  31. [INFO]
  32. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ referenceapplication-api ---
  33. [INFO] Deleting F:\openmrs modules\modules\openmrs-module-referenceapplication\api\target
  34. [INFO]
  35. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-api ---
  36. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  37. [INFO] Copying 22 resources
  38. [INFO]
  39. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-api ---
  40. [INFO] Changes detected - recompiling the module!
  41. [INFO] Compiling 3 source files to F:\openmrs modules\modules\openmrs-module-referenceapplication\api\target\classes
  42. [WARNING] error reading C:\Users\DELL\.m2\repository\org\openmrs\module\reportingcompatibility-api\2.0.2\reportingcompatibility-api-2.0.2.jar; error in opening zip file
  43. [WARNING] error reading C:\Users\DELL\.m2\repository\org\openmrs\module\reportingcompatibility-api\2.0.2\reportingcompatibility-api-2.0.2.jar; cannot read zip file
  44. [INFO]
  45. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-api ---
  46. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  47. [INFO] Copying 3 resources
  48. [INFO]
  49. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-api ---
  50. [INFO] Changes detected - recompiling the module!
  51. [INFO] Compiling 3 source files to F:\openmrs modules\modules\openmrs-module-referenceapplication\api\target\test-classes
  52. [WARNING] error reading C:\Users\DELL\.m2\repository\org\openmrs\module\reportingcompatibility-api\2.0.2\reportingcompatibility-api-2.0.2.jar; error in opening zip file
  53. [WARNING] error reading C:\Users\DELL\.m2\repository\org\openmrs\module\appointmentscheduling-api\1.3\appointmentscheduling-api-1.3.jar; error in opening zip file
  54. [WARNING] error reading C:\Users\DELL\.m2\repository\org\openmrs\module\reportingcompatibility-api\2.0.2\reportingcompatibility-api-2.0.2.jar; cannot read zip file
  55. [WARNING] error reading C:\Users\DELL\.m2\repository\org\openmrs\module\appointmentscheduling-api\1.3\appointmentscheduling-api-1.3.jar; error in opening zip file
  56. [INFO]
  57. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ referenceapplication-api ---
  58. [INFO] Surefire report directory: F:\openmrs modules\modules\openmrs-module-referenceapplication\api\target\surefire-reports
  59.  
  60. -------------------------------------------------------
  61. T E S T S
  62. -------------------------------------------------------
  63. Running org.openmrs.module.referenceapplication.administrativenotification.ConfigureAtlasNotificationProducerTest
  64. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 343.318 sec
  65. Running org.openmrs.module.referenceapplication.ReferenceApplicationActivatorComponentTest
  66. ERROR - ReferenceApplicationActivator.setupHtmlForms(215) |2018-12-18 14:20:15,744| Unable to load HTML forms--this error is expected when running component tests
  67. ERROR - ReferenceApplicationActivator.setupHtmlForms(215) |2018-12-18 14:20:19,411| Unable to load HTML forms--this error is expected when running component tests
  68. ERROR - ReferenceApplicationActivator.setupHtmlForms(215) |2018-12-18 14:20:21,701| Unable to load HTML forms--this error is expected when running component tests
  69. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 77.752 sec
  70. Running org.openmrs.module.referenceapplication.ReferenceApplicationActivatorTest
  71. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.102 sec
  72.  
  73. Results :
  74.  
  75. Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
  76.  
  77. [INFO]
  78. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ referenceapplication-api ---
  79. [INFO] Building jar: F:\openmrs modules\modules\openmrs-module-referenceapplication\api\target\referenceapplication-api-2.9.0-SNAPSHOT.jar
  80. [INFO]
  81. [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication-api ---
  82. [INFO] Installing F:\openmrs modules\modules\openmrs-module-referenceapplication\api\target\referenceapplication-api-2.9.0-SNAPSHOT.jar to C:\Users\DELL\.m2\repository\org\openmrs\module\referenceapplication-api\2.9.0-SNAPSHOT\referenceapplication-api-2.9.0-SNAPSHOT.jar
  83. [INFO] Installing F:\openmrs modules\modules\openmrs-module-referenceapplication\api\pom.xml to C:\Users\DELL\.m2\repository\org\openmrs\module\referenceapplication-api\2.9.0-SNAPSHOT\referenceapplication-api-2.9.0-SNAPSHOT.pom
  84. [INFO]
  85. [INFO] ------------< org.openmrs.module:referenceapplication-omod >------------
  86. [INFO] Building Reference Application Module OMOD 2.9.0-SNAPSHOT [3/3]
  87. [INFO] --------------------------------[ jar ]---------------------------------
  88. [INFO]
  89. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ referenceapplication-omod ---
  90. [INFO] Deleting F:\openmrs modules\modules\openmrs-module-referenceapplication\omod\target
  91. [INFO]
  92. [INFO] --- maven-openmrs-plugin:1.0.1:initialize-module (init) @ referenceapplication-omod ---
  93. [INFO]
  94. [INFO] --- maven-dependency-plugin:2.4:unpack-dependencies (Expand moduleApplicationContext and messages) @ referenceapplication-omod ---
  95. [INFO] Unpacking F:\openmrs modules\modules\openmrs-module-referenceapplication\api\target\referenceapplication-api-2.9.0-SNAPSHOT.jar to F:\openmrs modules\modules\openmrs-module-referenceapplication\omod\target\classes with includes "**/*" and excludes ""
  96. [INFO]
  97. [INFO] --- maven-dependency-plugin:2.4:unpack (Fetch SASS sources from uicommons) @ referenceapplication-omod ---
  98. [INFO] Configured Artifact: org.openmrs.module:uicommons-scss:?:zip
  99. [INFO] Unpacking C:\Users\DELL\.m2\repository\org\openmrs\module\uicommons-scss\2.1\uicommons-scss-2.1.zip to F:\openmrs modules\modules\openmrs-module-referenceapplication\omod\src\main\compass\sass-external with includes "" and excludes ""
  100. [INFO]
  101. [INFO] --- gem-maven-plugin:1.1.5:exec (default) @ referenceapplication-omod ---
  102. [INFO] Successfully installed compass-0.11.7
  103. [INFO] Successfully installed chunky_png-1.2.7
  104. [INFO] Successfully installed fssm-0.2.9
  105. [INFO] Successfully installed bundler-1.1.4
  106. [INFO] Successfully installed sass-3.2.5
  107. [INFO] 5 gems installed
  108. [INFO] Error opening script file: F:/openmrs (Access is denied)
  109. [INFO] ------------------------------------------------------------------------
  110. [INFO] Reactor Summary:
  111. [INFO]
  112. [INFO] Reference Application Module 2.9.0-SNAPSHOT ........ SUCCESS [ 9.242 s]
  113. [INFO] Reference Application Module API ................... SUCCESS [09:38 min]
  114. [INFO] Reference Application Module OMOD 2.9.0-SNAPSHOT ... FAILURE [06:36 min]
  115. [INFO] ------------------------------------------------------------------------
  116. [INFO] BUILD FAILURE
  117. [INFO] ------------------------------------------------------------------------
  118. [INFO] Total time: 16:49 min
  119. [INFO] Finished at: 2018-12-18T14:27:08+03:00
  120. [INFO] ------------------------------------------------------------------------
  121. [ERROR] Failed to execute goal de.saumya.mojo:gem-maven-plugin:1.1.5:exec (default) on project referenceapplication-omod: Execution default of goal de.saumya.mojo:gem-maven-plugin:1.1.5:exec failed: Java returned: 1 -> [Help 1]
  122. [ERROR]
  123. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  124. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  125. [ERROR]
  126. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  127. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
  128. [ERROR]
  129. [ERROR] After correcting the problems, you can resume the build with the command
  130. [ERROR] mvn <goals> -rf :referenceapplication-omod
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement