Advertisement
Guest User

Untitled

a guest
Feb 6th, 2022
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. mherman22@mherman22:~$ mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:4.3.0:setup
  2. [INFO] Scanning for projects...
  3. [WARNING]
  4. [WARNING] Some problems were encountered while building the effective model for org.openmrs.contrib:qaframework:jar:1.0-SNAPSHOT
  5. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 169, column 21
  6. [WARNING]
  7. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  8. [WARNING]
  9. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  10. [WARNING]
  11. [INFO]
  12. [INFO] ------------------< org.openmrs.contrib:qaframework >-------------------
  13. [INFO] Building OpenMRS QA Framework 1.0-SNAPSHOT
  14. [INFO] --------------------------------[ jar ]---------------------------------
  15. [INFO]
  16. [INFO] --- openmrs-sdk-maven-plugin:4.3.0:setup (default-cli) @ qaframework ---
  17.  
  18. Setting up a new server...
  19.  
  20. Specify server id (-DserverId) (default: 'server1'):
  21.  
  22. You can setup the following servers:
  23. 1) Distribution
  24. 2) Platform
  25.  
  26. Which one do you choose? [1/2]: 1
  27.  
  28. You can deploy the following versions of distribution:
  29. 1) Reference Application 3.0.0-SNAPSHOT
  30. 2) Reference Application 2.12.2
  31. 3) Reference Application 2.11.0
  32. 4) Reference Application 2.10.0
  33. 5) Reference Application 2.9.0
  34. 6) Other...
  35.  
  36. Which one do you choose? [1/2/3/4/5/6]: 1
  37. [INFO] Configured Artifact: org.openmrs.distro:referenceapplication-package:3.0.0-SNAPSHOT:jar
  38. Downloading from openmrs-repo-thirdparty: https://mavenrepo.openmrs.org/thirdparty/org/openmrs/distro/referenceapplication-package/3.0.0-SNAPSHOT/referenceapplication-package-3.0.0-SNAPSHOT.jar
  39. [INFO] ------------------------------------------------------------------------
  40. [INFO] BUILD FAILURE
  41. [INFO] ------------------------------------------------------------------------
  42. [INFO] Total time: 13.239 s
  43. [INFO] Finished at: 2022-02-06T14:50:02+03:00
  44. [INFO] ------------------------------------------------------------------------
  45. [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:4.3.0:setup (default-cli) on project qaframework: Failed to setup server: Unable to find/resolve artifact. Could not transfer artifact org.openmrs.distro:referenceapplication-package:jar:3.0.0-SNAPSHOT from/to openmrs-repo-thirdparty (https://mavenrepo.openmrs.org/thirdparty): Transfer failed for https://mavenrepo.openmrs.org/thirdparty/org/openmrs/distro/referenceapplication-package/3.0.0-SNAPSHOT/referenceapplication-package-3.0.0-SNAPSHOT.jar 409 Conflict -> [Help 1]
  46. [ERROR]
  47. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  48. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  49. [ERROR]
  50. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  51. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  52.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement