Advertisement
Guest User

Untitled

a guest
May 17th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. E:\openmrs-core>mvn jetty:run
  2. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0
  3. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  4. [INFO] Scanning for projects...
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO] Reactor Build Order:
  7. [INFO]
  8. [INFO] OpenMRS
  9. [INFO] openmrs-tools
  10. [INFO] openmrs-test
  11. [INFO] openmrs-api
  12. [INFO] openmrs-web
  13. [INFO] openmrs-webapp
  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.pom
  15. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/eclipse/m2e/lifecycle-mapping/1.0.0/lifecycle-mapping-1.0.0.pom
  16. [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available
  17. 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
  18. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/eclipse/m2e/lifecycle-mapping/1.0.0/lifecycle-mapping-1.0.0.jar
  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: Could not find artifact or
  20. g.eclipse.m2e:lifecycle-mapping:jar:1.0.0 in openmrs-repo (http://mavenrepo.openmrs.org/nexus/content/repositories/public)
  21. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/maven/plugins/maven-metadata.xml
  22. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-metadata.xml
  23. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/openmrs/maven/plugins/maven-metadata.xml
  24. Downloading from central: https://repo.maven.apache.org/maven2/org/openmrs/maven/plugins/maven-metadata.xml
  25. Downloaded from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/openmrs/maven/plugins/maven-metadata.xml (432 B at 281 B/s)
  26. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/apache/maven/plugins/maven-metadata.xml
  27. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/mojo/maven-metadata.xml
  28. Downloaded from central: https://repo.maven.apache.org/maven2/org/openmrs/maven/plugins/maven-metadata.xml (432 B at 212 B/s)
  29. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/codehaus/mojo/maven-metadata.xml
  30. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/maven/plugins/maven-metadata.xml (906 B at 266 B/s)
  31. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-metadata.xml (19 kB at 5.0 kB/s)
  32. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/mojo/maven-metadata.xml (27 kB at 11 kB/s)
  33. Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
  34. Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
  35. Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 23 kB/s)
  36. Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 9.8 kB/s)
  37. [INFO] ------------------------------------------------------------------------
  38. [INFO] Reactor Summary:
  39. [INFO]
  40. [INFO] OpenMRS ............................................ SKIPPED
  41. [INFO] openmrs-tools ...................................... SKIPPED
  42. [INFO] openmrs-test ....................................... SKIPPED
  43. [INFO] openmrs-api ........................................ SKIPPED
  44. [INFO] openmrs-web ........................................ SKIPPED
  45. [INFO] openmrs-webapp ..................................... SKIPPED
  46. [INFO] ------------------------------------------------------------------------
  47. [INFO] BUILD FAILURE
  48. [INFO] ------------------------------------------------------------------------
  49. [INFO] Total time: 28.898 s
  50. [INFO] Finished at: 2019-05-17T10:15:14+03:00
  51. [INFO] Final Memory: 19M/491M
  52. [INFO] ------------------------------------------------------------------------
  53. [ERROR] No plugin found for prefix 'jetty' in the current project and in the plugin groups [org.openmrs.maven.plugins, org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Users\Lu
  54. ckyGilbert\.m2\repository), openmrs-repo (http://mavenrepo.openmrs.org/nexus/content/repositories/public), openmrs-bintray-repo (https://dl.bintray.com/openmrs/maven/), central (https://repo.maven.apache.org/maven2)
  55. ] -> [Help 1]
  56. [ERROR]
  57. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  58. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  59. [ERROR]
  60. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  61. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException
  62.  
  63. E:\openmrs-core>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement