Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. D:\>mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:setup-sdk
  2. D:\
  3. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0
  4. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  5. [INFO] Scanning for projects...
  6. Downloading from central: https://repo.maven.apache.org/maven2/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/maven-metadata.xml
  7. Downloaded from central: https://repo.maven.apache.org/maven2/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/maven-metadata.xml (1.4 kB at 5.2 kB/s)
  8. Downloading from central: https://repo.maven.apache.org/maven2/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/3.13.0/openmrs-sdk-maven-plugin-3.13.0.pom
  9. Downloaded from central: https://repo.maven.apache.org/maven2/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/3.13.0/openmrs-sdk-maven-plugin-3.13.0.pom (8.8 kB at 210 kB/s)
  10. Downloading from central: https://repo.maven.apache.org/maven2/org/openmrs/maven/openmrs-sdk/3.13.0/openmrs-sdk-3.13.0.pom
  11. Downloaded from central: https://repo.maven.apache.org/maven2/org/openmrs/maven/openmrs-sdk/3.13.0/openmrs-sdk-3.13.0.pom (16 kB at 374 kB/s)
  12. Downloading from central: https://repo.maven.apache.org/maven2/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/3.13.0/openmrs-sdk-maven-plugin-3.13.0.jar
  13. Downloaded from central: https://repo.maven.apache.org/maven2/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/3.13.0/openmrs-sdk-maven-plugin-3.13.0.jar (333 kB at 3.1 MB/s)
  14. [INFO]
  15. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  16. [INFO] Building Maven Stub Project (No POM) 1
  17. [INFO] --------------------------------[ pom ]---------------------------------
  18. [INFO]
  19. [INFO] --- openmrs-sdk-maven-plugin:3.13.0:setup-sdk (default-cli) @ standalone-pom ---
  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] BUILD SUCCESS
  24. [INFO] ------------------------------------------------------------------------
  25. [INFO] Total time: 7.655 s
  26. [INFO] Finished at: 2019-01-02T10:52:27-05:00
  27. [INFO] ------------------------------------------------------------------------
  28.  
  29. D:\>mvn openmrs-sdk:help
  30. D:\
  31. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0
  32. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  33. [INFO] Scanning for projects...
  34. Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
  35. Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
  36. Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 79 kB/s)
  37. Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 51 kB/s)
  38. [INFO] ------------------------------------------------------------------------
  39. [INFO] BUILD FAILURE
  40. [INFO] ------------------------------------------------------------------------
  41. [INFO] Total time: 1.240 s
  42. [INFO] Finished at: 2019-01-02T10:52:51-05:00
  43. [INFO] ------------------------------------------------------------------------
  44. [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), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
  45. [ERROR]
  46. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  47. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  48. [ERROR]
  49. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  50. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement