Advertisement
Guest User

Untitled

a guest
Jan 8th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. waniccoll@waniccoll-Inspiron-3541:~/Devel/openmrs-core$ mvn jetty:run
  2. [INFO] Scanning for projects...
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Reactor Build Order:
  5. [INFO]
  6. [INFO] OpenMRS
  7. [INFO] openmrs-tools
  8. [INFO] openmrs-test
  9. [INFO] openmrs-api
  10. [INFO] openmrs-web
  11. [INFO] openmrs-webapp
  12. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/m2e/lifecycle-mapping/1.0.0/lifecycle-mapping-1.0.0.pom
  13. [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available
  14. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/m2e/lifecycle-mapping/1.0.0/lifecycle-mapping-1.0.0.jar
  15. [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: Could not find artifact org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 in openmrs-repo (http://mavenrepo.openmrs.org/nexus/content/repositories/public)
  16. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-metadata.xml
  17. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/mojo/maven-metadata.xml
  18. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/mojo/maven-metadata.xml (27 kB at 5.6 kB/s)
  19. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-metadata.xml (19 kB at 3.4 kB/s)
  20. Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
  21. Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
  22. Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 9.4 kB/s)
  23. Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 6.2 kB/s)
  24. [INFO] ------------------------------------------------------------------------
  25. [INFO] Reactor Summary:
  26. [INFO]
  27. [INFO] OpenMRS ............................................ SKIPPED
  28. [INFO] openmrs-tools ...................................... SKIPPED
  29. [INFO] openmrs-test ....................................... SKIPPED
  30. [INFO] openmrs-api ........................................ SKIPPED
  31. [INFO] openmrs-web ........................................ SKIPPED
  32. [INFO] openmrs-webapp ..................................... SKIPPED
  33. [INFO] ------------------------------------------------------------------------
  34. [INFO] BUILD FAILURE
  35. [INFO] ------------------------------------------------------------------------
  36. [INFO] Total time: 22.860 s
  37. [INFO] Finished at: 2019-01-09T03:13:57+01:00
  38. [INFO] Final Memory: 18M/162M
  39. [INFO] ------------------------------------------------------------------------
  40. [ERROR] No plugin found for prefix 'jetty' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/waniccoll/.m2/repository), openmrs-repo (http://mavenrepo.openmrs.org/nexus/content/repositories/public), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
  41. [ERROR]
  42. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  43. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  44. [ERROR]
  45. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  46. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement