Advertisement
ODORA

mvn clean

Jun 17th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. C:\Users\Admin\core>mvn clean install
  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]
  13. [INFO] ------------------------< org.openmrs:openmrs >-------------------------
  14. [INFO] Building OpenMRS 2.3.0-SNAPSHOT [1/6]
  15. [INFO] --------------------------------[ pom ]---------------------------------
  16. [INFO]
  17. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs ---
  18. [INFO] Deleting C:\Users\Admin\core\target
  19. [INFO]
  20. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs ---
  21. [INFO] Checking for local modifications: skipped.
  22. [INFO] Updating project files from SCM: skipped.
  23. [INFO] ShortRevision tag detected. The value is '6'.
  24. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  25. [INFO] Working directory: C:\Users\Admin\core
  26. [INFO] Storing buildNumber: aefddc at timestamp: 1560756744765
  27. [INFO] ShortRevision tag detected. The value is '6'.
  28. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  29. [INFO] Working directory: C:\Users\Admin\core
  30. [INFO] Storing buildScmBranch: UNKNOWN
  31. [INFO]
  32. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs ---
  33. [INFO]
  34. [INFO] --- maven-jar-plugin:2.3.2:test-jar (default) @ openmrs ---
  35. [WARNING] JAR will be empty - no content was marked for inclusion!
  36. [INFO] Building jar: C:\Users\Admin\core\target\openmrs-2.3.0-SNAPSHOT-tests.jar
  37. [INFO]
  38. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs ---
  39. [INFO] Checking licenses...
  40. [INFO]
  41. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs ---
  42. [INFO] Installing C:\Users\Admin\core\pom.xml to C:\Users\Admin\.m2\repository\org\openmrs\openmrs\2.3.0-SNAPSHOT\openmrs-2.3.0-SNAPSHOT.pom
  43. [INFO] ------------------------------------------------------------------------
  44. [INFO] Reactor Summary for OpenMRS 2.3.0-SNAPSHOT:
  45. [INFO]
  46. [INFO] OpenMRS ............................................ FAILURE [ 16.113 s]
  47. [INFO] openmrs-tools ...................................... SKIPPED
  48. [INFO] openmrs-test ....................................... SKIPPED
  49. [INFO] openmrs-api ........................................ SKIPPED
  50. [INFO] openmrs-web ........................................ SKIPPED
  51. [INFO] openmrs-webapp ..................................... SKIPPED
  52. [INFO] ------------------------------------------------------------------------
  53. [INFO] BUILD FAILURE
  54. [INFO] ------------------------------------------------------------------------
  55. [INFO] Total time: 16.952 s
  56. [INFO] Finished at: 2019-06-17T10:32:39+03:00
  57. [INFO] ------------------------------------------------------------------------
  58. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install) on project openmrs: Failed to install metadata org.openmrs:openmrs:2.3.0-SNAPSHOT/maven-metadata.xml: Could not parse metadata C:\Users\Admin\.m2\repository\org\openmrs\openmrs\2.3.0-SNAPSHOT\maven-metadata-local.xml: only whitespace content allowed before start tag and not \u0 (position: START_DOCUMENT seen \u0... @1:1) -> [Help 1]
  59. [ERROR]
  60. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  61. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  62. [ERROR]
  63. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  64. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  65.  
  66. C:\Users\Admin\core>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement