Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.48 KB | None | 0 0
  1. [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication-api ---
  2. [INFO] Installing /Users/andeladeveloper/openmrs-module-referenceapplication/api/target/referenceapplication-api-2.7.0-SNAPSHOT.jar to /Users/andeladeveloper/.m2/repository/org/openmrs/module/referenceapplication-api/2.7.0-SNAPSHOT/referenceapplication-api-2.7.0-SNAPSHOT.jar
  3. [INFO] Installing /Users/andeladeveloper/openmrs-module-referenceapplication/api/pom.xml to /Users/andeladeveloper/.m2/repository/org/openmrs/module/referenceapplication-api/2.7.0-SNAPSHOT/referenceapplication-api-2.7.0-SNAPSHOT.pom
  4. [INFO]
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO] Building Reference Application Module OMOD 2.7.0-SNAPSHOT
  7. [INFO] ------------------------------------------------------------------------
  8. [INFO]
  9. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ referenceapplication-omod ---
  10. [INFO] Deleting /Users/andeladeveloper/openmrs-module-referenceapplication/omod/target
  11. [INFO]
  12. [INFO] --- maven-openmrs-plugin:1.0.1:initialize-module (init) @ referenceapplication-omod ---
  13. [INFO]
  14. [INFO] --- maven-dependency-plugin:2.4:unpack-dependencies (Expand moduleApplicationContext and messages) @ referenceapplication-omod ---
  15. [INFO] Unpacking /Users/andeladeveloper/openmrs-module-referenceapplication/api/target/referenceapplication-api-2.7.0-SNAPSHOT.jar to /Users/andeladeveloper/openmrs-module-referenceapplication/omod/target/classes with includes "**/*" and excludes ""
  16. [INFO]
  17. [INFO] --- maven-dependency-plugin:2.4:unpack (Fetch SASS sources from uicommons) @ referenceapplication-omod ---
  18. [INFO] Configured Artifact: org.openmrs.module:uicommons-scss:?:zip
  19. [INFO] Unpacking /Users/andeladeveloper/.m2/repository/org/openmrs/module/uicommons-scss/2.1/uicommons-scss-2.1.zip to /Users/andeladeveloper/openmrs-module-referenceapplication/omod/src/main/compass/sass-external with includes "" and excludes ""
  20. [INFO]
  21. [INFO] --- gem-maven-plugin:1.1.5:exec (default) @ referenceapplication-omod ---
  22. [INFO] directory src/main/compass/../webapp/resources/styles/scss/
  23. [INFO] unchanged src/main/compass/sass/home.scss
  24. [INFO] unchanged src/main/compass/sass/customVariables.scss
  25. [INFO] unchanged src/main/compass/sass/login.scss
  26. [INFO] unchanged src/main/compass/sass/referenceapplication.scss
  27. [INFO] unchanged src/main/compass/sass/manageApps.scss
  28. [INFO]     error src/main/compass/sass/scss/bootstrap.scss (Line 47: Invalid CSS after "  @each $key": expected "in", was ", $num in $map {")
  29. [INFO]    create src/main/compass/../webapp/resources/styles/scss/bootstrap.css
  30. [INFO]     error src/main/compass/sass/scss/bootstrap-grid.scss (Line 47: Invalid CSS after "  @each $key": expected "in", was ", $num in $map {")
  31. [INFO]    create src/main/compass/../webapp/resources/styles/scss/bootstrap-grid.css
  32. [INFO]     error src/main/compass/sass/scss/bootstrap-reboot.scss (Line 47: Invalid CSS after "  @each $key": expected "in", was ", $num in $map {")
  33. [INFO]    create src/main/compass/../webapp/resources/styles/scss/bootstrap-reboot.css
  34. [INFO]
  35. [INFO] ------------------------------------------------------------------------
  36. [INFO] Reactor Summary:
  37. [INFO]
  38. [INFO] Reference Application Module ....................... SUCCESS [  0.590 s]
  39. [INFO] Reference Application Module API ................... SUCCESS [ 48.266 s]
  40. [INFO] Reference Application Module OMOD .................. FAILURE [ 10.178 s]
  41. [INFO] ------------------------------------------------------------------------
  42. [INFO] BUILD FAILURE
  43. [INFO] ------------------------------------------------------------------------
  44. [INFO] Total time: 01:01 min
  45. [INFO] Finished at: 2017-11-23T15:01:45+01:00
  46. [INFO] Final Memory: 44M/295M
  47. [INFO] ------------------------------------------------------------------------
  48. [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]
  49. [ERROR]
  50. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  51. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  52. [ERROR]
  53. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  54. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
  55. [ERROR]
  56. [ERROR] After correcting the problems, you can resume the build with the command
  57. [ERROR]   mvn <goals> -rf :referenceapplication-omod
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement