Guest User

Untitled

a guest
Oct 26th, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 KB | None | 0 0
  1.  
  2. Cliff@Cliff-PC MINGW64 ~/Desktop/New folder (2)/openmrs-core (2.4.x)
  3. $ git apply --ignore-whitespace databaseupdater.patch.txt
  4.  
  5. Cliff@Cliff-PC MINGW64 ~/Desktop/New folder (2)/openmrs-core (2.4.x)
  6. $ mvn clean install openmrs-sdk:deploy -DserverId=dev5
  7. [INFO] Scanning for projects...
  8. [INFO] ------------------------------------------------------------------------
  9. [INFO] Reactor Build Order:
  10. [INFO]
  11. [INFO] OpenMRS [pom]
  12. [INFO] openmrs-tools [jar]
  13. [INFO] openmrs-test [pom]
  14. [INFO] openmrs-api [jar]
  15. [INFO] openmrs-web [jar]
  16. [INFO] openmrs-webapp [war]
  17. [INFO] openmrs-liquibase [jar]
  18. [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available
  19. [WARNING] Failed to retrieve plugin descriptor for org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be resolved: Failure to find org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 in http://mavenrepo.openmrs.org/nexus/content/repositories/public was cached in the local repository, resolution will not be reattempted until the update interval 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\Cliff\Desktop\New folder (2)\openmrs-core\target
  27. [INFO]
  28. [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ openmrs ---
  29. [INFO] ShortRevision tag detected. The value is '6'.
  30. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  31. [INFO] Working directory: C:\Users\Cliff\Desktop\New folder (2)\openmrs-core
  32. [INFO] Storing buildNumber: 92007f at timestamp: 1603736472517
  33. [INFO] Storing buildScmBranch: 2.4.x
  34. [INFO]
  35. [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ openmrs ---
  36. [INFO]
  37. [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ openmrs ---
  38. [WARNING] JAR will be empty - no content was marked for inclusion!
  39. [INFO] Building jar: C:\Users\Cliff\Desktop\New folder (2)\openmrs-core\target\openmrs-2.4.0-SNAPSHOT-tests.jar
  40. [INFO]
  41. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs ---
  42. [INFO] Checking licenses...
  43. [WARNING] Missing header in: C:/Users/Cliff/Desktop/New folder (2)/openmrs-core/databaseupdater.patch.txt
  44. [INFO]
  45. [INFO] ------------------------------------------------------------------------
  46. [INFO] Skipping OpenMRS
  47. [INFO] This project has been banned from the build due to previous failures.
  48. [INFO] ------------------------------------------------------------------------
  49. [INFO] ------------------------------------------------------------------------
  50. [INFO] Reactor Summary for OpenMRS 2.4.0-SNAPSHOT:
  51. [INFO]
  52. [INFO] OpenMRS ............................................ FAILURE [ 12.074 s]
  53. [INFO] openmrs-tools ...................................... SKIPPED
  54. [INFO] openmrs-test ....................................... SKIPPED
  55. [INFO] openmrs-api ........................................ SKIPPED
  56. [INFO] openmrs-web ........................................ SKIPPED
  57. [INFO] openmrs-webapp ..................................... SKIPPED
  58. [INFO] openmrs-liquibase .................................. SKIPPED
  59. [INFO] ------------------------------------------------------------------------
  60. [INFO] BUILD FAILURE
  61. [INFO] ------------------------------------------------------------------------
  62. [INFO] Total time: 13.378 s
  63. [INFO] Finished at: 2020-10-26T21:21:22+03:00
  64. [INFO] ------------------------------------------------------------------------
  65. [ERROR] Failed to execute goal com.mycila:license-maven-plugin:3.0:check (default) on project openmrs: Some files do not have the expected license header -> [Help 1]
  66. [ERROR]
  67. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  68. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  69. [ERROR]
  70. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  71. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  72.  
Add Comment
Please, Sign In to add comment