Advertisement
Guest User

Untitled

a guest
Jan 1st, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.28 KB | None | 0 0
  1. D:\Git\openmrs-core>mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:setup-sdk
  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 [pom]
  9. [INFO] openmrs-tools [jar]
  10. [INFO] openmrs-test [pom]
  11. [INFO] openmrs-api [jar]
  12. [INFO] openmrs-web [jar]
  13. [INFO] openmrs-webapp [war]
  14. [INFO]
  15. [INFO] ------------------------< org.openmrs:openmrs >-------------------------
  16. [INFO] Building OpenMRS 2.2.0-SNAPSHOT [1/6]
  17. [INFO] --------------------------------[ pom ]---------------------------------
  18. [INFO]
  19. [INFO] --- openmrs-sdk-maven-plugin:3.13.2:setup-sdk (default-cli) @ openmrs ---
  20. [INFO] SDK installed successfully, settings file: D:\Maven\settings.xml
  21. [INFO] Now you can use sdk: mvn openmrs-sdk:<task_name>
  22. [INFO] ------------------------------------------------------------------------
  23. [INFO] Reactor Summary for OpenMRS 2.2.0-SNAPSHOT:
  24. [INFO]
  25. [INFO] OpenMRS ............................................ SUCCESS [ 0.718 s]
  26. [INFO] openmrs-tools ...................................... SKIPPED
  27. [INFO] openmrs-test ....................................... SKIPPED
  28. [INFO] openmrs-api ........................................ SKIPPED
  29. [INFO] openmrs-web ........................................ SKIPPED
  30. [INFO] openmrs-webapp ..................................... SKIPPED
  31. [INFO] ------------------------------------------------------------------------
  32. [INFO] BUILD SUCCESS
  33. [INFO] ------------------------------------------------------------------------
  34. [INFO] Total time: 1.022 s
  35. [INFO] Finished at: 2019-01-01T22:59:49-05:00
  36. [INFO] ------------------------------------------------------------------------
  37.  
  38. D:\Git\openmrs-core>mvn openmrs-sdk:help
  39. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0
  40. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  41. [INFO] Scanning for projects...
  42. [INFO] ------------------------------------------------------------------------
  43. [INFO] Reactor Build Order:
  44. [INFO]
  45. [INFO] OpenMRS [pom]
  46. [INFO] openmrs-tools [jar]
  47. [INFO] openmrs-test [pom]
  48. [INFO] openmrs-api [jar]
  49. [INFO] openmrs-web [jar]
  50. [INFO] openmrs-webapp [war]
  51. [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available
  52. [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
  53. Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
  54. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/mojo/maven-metadata.xml
  55. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-metadata.xml
  56. Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
  57. Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 51 kB/s)
  58. Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 73 kB/s)
  59. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/mojo/maven-metadata.xml (27 kB at 21 kB/s)
  60. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-metadata.xml (19 kB at 11 kB/s)
  61. [INFO] ------------------------------------------------------------------------
  62. [INFO] Reactor Summary for OpenMRS 2.2.0-SNAPSHOT:
  63. [INFO]
  64. [INFO] OpenMRS ............................................ SKIPPED
  65. [INFO] openmrs-tools ...................................... SKIPPED
  66. [INFO] openmrs-test ....................................... SKIPPED
  67. [INFO] openmrs-api ........................................ SKIPPED
  68. [INFO] openmrs-web ........................................ SKIPPED
  69. [INFO] openmrs-webapp ..................................... SKIPPED
  70. [INFO] ------------------------------------------------------------------------
  71. [INFO] BUILD FAILURE
  72. [INFO] ------------------------------------------------------------------------
  73. [INFO] Total time: 2.286 s
  74. [INFO] Finished at: 2019-01-01T23:00:07-05:00
  75. [INFO] ------------------------------------------------------------------------
  76. [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 (D:\Maven\repository), openmrs-repo (http://mavenrepo.openmrs.org/nexus/content/repositories/public), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
  77. [ERROR]
  78. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  79. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  80. [ERROR]
  81. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  82. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement