Advertisement
Guest User

Untitled

a guest
Jun 21st, 2020
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. $ mvn clean install openmrs-sdk:run -DserverId=openMRS_server
  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. [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency informati
  14. on available
  15. [WARNING] Failed to retrieve plugin descriptor for org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin or
  16. g.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be resolved: Failure to fi
  17. nd org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 in http://mavenrepo.openmrs.org/nexus/content/reposito
  18. ries/public was cached in the local repository, resolution will not be reattempted until the update i
  19. nterval of openmrs-repo has elapsed or updates are forced
  20. [INFO]
  21. [INFO] ------------------------< org.openmrs:openmrs >-------------------------
  22. [INFO] Building OpenMRS 2.4.0-SNAPSHOT [1/7]
  23. [INFO] --------------------------------[ pom ]---------------------------------
  24. [INFO]
  25. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs ---
  26. [INFO] Deleting C:\Users\barba\IdeaProjects\openmrs-core\target
  27. [INFO]
  28. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs ---
  29. [INFO] Checking for local modifications: skipped.
  30. [INFO] Updating project files from SCM: skipped.
  31. [INFO] ShortRevision tag detected. The value is '6'.
  32. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  33. [INFO] Working directory: C:\Users\barba\IdeaProjects\openmrs-core
  34. [INFO] Storing buildNumber: 91dd1d at timestamp: 1592750093247
  35. [INFO] ShortRevision tag detected. The value is '6'.
  36. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  37. [INFO] Working directory: C:\Users\barba\IdeaProjects\openmrs-core
  38. [INFO] Storing buildScmBranch: UNKNOWN
  39. [INFO]
  40. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs ---
  41. [INFO]
  42. [INFO] --- maven-jar-plugin:2.3.2:test-jar (default) @ openmrs ---
  43. [WARNING] JAR will be empty - no content was marked for inclusion!
  44. [INFO] Building jar: C:\Users\barba\IdeaProjects\openmrs-core\target\openmrs-2.4.0-SNAPSHOT-tests.jar
  45.  
  46. [INFO]
  47. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs ---
  48. [INFO] Checking licenses...
  49. [WARNING] Missing header in: C:/Users/barba/IdeaProjects/openmrs-core/openmrs-core/node/node_modules/
  50. npm/node_modules/mkdirp/bin/usage.txt
  51. [INFO]
  52. [INFO] ------------------------------------------------------------------------
  53. [INFO] Skipping OpenMRS
  54. [INFO] This project has been banned from the build due to previous failures.
  55. [INFO] ------------------------------------------------------------------------
  56. [INFO] ------------------------------------------------------------------------
  57. [INFO] Reactor Summary for OpenMRS 2.4.0-SNAPSHOT:
  58. [INFO]
  59. [INFO] OpenMRS ............................................ FAILURE [ 3.151 s]
  60. [INFO] openmrs-tools ...................................... SKIPPED
  61. [INFO] openmrs-test ....................................... SKIPPED
  62. [INFO] openmrs-api ........................................ SKIPPED
  63. [INFO] openmrs-web ........................................ SKIPPED
  64. [INFO] openmrs-webapp ..................................... SKIPPED
  65. [INFO] openmrs-liquibase .................................. SKIPPED
  66. [INFO] ------------------------------------------------------------------------
  67. [INFO] BUILD FAILURE
  68. [INFO] ------------------------------------------------------------------------
  69. [INFO] Total time: 3.981 s
  70. [INFO] Finished at: 2020-06-21T16:34:55+02:00
  71. [INFO] ------------------------------------------------------------------------
  72. [ERROR] Failed to execute goal com.mycila:license-maven-plugin:3.0:check (default) on project openmrs
  73. : Some files do not have the expected license header -> [Help 1]
  74. [ERROR]
  75. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  76. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  77. [ERROR]
  78. [ERROR] For more information about the errors and possible solutions, please read the following artic
  79. les:
  80. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement