Advertisement
makanga

Ticket RA-1758

Jun 7th, 2022
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.18363.628]
  2. (c) 2019 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\HP>git clone https://github.com/ReganMakanga/openmrs-module-allergyui.git
  5. Cloning into 'openmrs-module-allergyui'...
  6. remote: Enumerating objects: 2541, done.
  7. remote: Counting objects: 100% (122/122), done.
  8. remote: Compressing objects: 100% (86/86), done.
  9. remote: Total 2541 (delta 40), reused 91 (delta 28), pack-reused 2419
  10. Receiving objects: 100% (2541/2541), 302.51 KiB | 61.00 KiB/s, done.
  11. Resolving deltas: 100% (922/922), done.
  12.  
  13. C:\Users\HP>
  14. C:\Users\HP>
  15. C:\Users\HP>
  16. C:\Users\HP>cd openmrs-module-allergyui
  17.  
  18. C:\Users\HP\openmrs-module-allergyui>mvn openmrs-sdk:watch
  19. [INFO] Scanning for projects...
  20. [WARNING]
  21. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:allergyui-omod:jar:1.8.5-SNAPSHOT
  22. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-dependency-plugin @ line 225, column 12
  23. [WARNING]
  24. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  25. [WARNING]
  26. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  27. [WARNING]
  28. [INFO] ------------------------------------------------------------------------
  29. [INFO] Reactor Build Order:
  30. [INFO]
  31. [INFO] Allergy UI Module [pom]
  32. [INFO] Allergy UI Module API [jar]
  33. [INFO] allergyui Module web 1.9 [jar]
  34. [INFO] allergyui Module web 2.0 [jar]
  35. [INFO] Allergy UI Module OMOD [jar]
  36. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml
  37. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml (1.2 kB at 172 B/s)
  38. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-metadata.xml
  39. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/maven-metadata.xml
  40. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-metadata.xml (15 kB at 6.1 kB/s)
  41. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/maven-metadata.xml (21 kB at 4.5 kB/s)
  42. Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
  43. Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
  44. Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 7.6 kB/s)
  45. Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 11 kB/s)
  46. [INFO] ------------------------------------------------------------------------
  47. [INFO] Reactor Summary for Allergy UI Module 1.8.5-SNAPSHOT:
  48. [INFO]
  49. [INFO] Allergy UI Module .................................. SKIPPED
  50. [INFO] Allergy UI Module API .............................. SKIPPED
  51. [INFO] allergyui Module web 1.9 ........................... SKIPPED
  52. [INFO] allergyui Module web 2.0 ........................... SKIPPED
  53. [INFO] Allergy UI Module OMOD ............................. SKIPPED
  54. [INFO] ------------------------------------------------------------------------
  55. [INFO] BUILD FAILURE
  56. [INFO] ------------------------------------------------------------------------
  57. [INFO] Total time: 15.727 s
  58. [INFO] Finished at: 2022-06-08T00:19:04+03:00
  59. [INFO] ------------------------------------------------------------------------
  60. [ERROR] No plugin found for prefix 'openmrs-sdk' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Users\HP\.m2\repository), openmrs-repo (https://mavenrepo.openmrs.org/public), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
  61. [ERROR]
  62. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  63. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  64. [ERROR]
  65. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  66. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException
  67.  
  68. C:\Users\HP\openmrs-module-allergyui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement