Advertisement
Guest User

standalone

a guest
Dec 2nd, 2022
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. mherman22@kuntakinte:~/Documents/git-repositories/git-openmrs/openmrs-standalone$ mvn deploy:deploy-file -DgroupId=org.openmrs.contrib -DartifactId=ciel-dictionary -Dversion=2.3_20221104 -Dpackaging=zip -Dfile=openmrs_concepts_2.3_20221104.sql.zip -DrepositoryId=openmrs-repo-contrib -Durl=https://mavenrepo.openmrs.org/nexus/content/repositories/contrib
  2. [INFO] Scanning for projects...
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Reactor Build Order:
  5. [INFO]
  6. [INFO] standalone [pom]
  7. [INFO] standalone-step-01 [jar]
  8. [INFO] standalone-step-02 [jar]
  9. [INFO] standalone-step-03 [jar]
  10. [INFO] standalone-step-04 [jar]
  11. [INFO] standalone-step-05 [jar]
  12. [INFO]
  13. [INFO] -----------------------< org.openmrs:standalone >-----------------------
  14. [INFO] Building standalone 2.0.0-SNAPSHOT [1/6]
  15. [INFO] --------------------------------[ pom ]---------------------------------
  16. [INFO]
  17. [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ standalone ---
  18. Uploading to openmrs-repo-contrib: https://mavenrepo.openmrs.org/nexus/content/repositories/contrib/org/openmrs/contrib/ciel-dictionary/2.3_20221104/ciel-dictionary-2.3_20221104.zip
  19. Uploading to openmrs-repo-contrib: https://mavenrepo.openmrs.org/nexus/content/repositories/contrib/org/openmrs/contrib/ciel-dictionary/2.3_20221104/ciel-dictionary-2.3_20221104.pom
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO] Reactor Summary for standalone 2.0.0-SNAPSHOT:
  22. [INFO]
  23. [INFO] standalone ......................................... FAILURE [17:35 min]
  24. [INFO] standalone-step-01 ................................. SKIPPED
  25. [INFO] standalone-step-02 ................................. SKIPPED
  26. [INFO] standalone-step-03 ................................. SKIPPED
  27. [INFO] standalone-step-04 ................................. SKIPPED
  28. [INFO] standalone-step-05 ................................. SKIPPED
  29. [INFO] ------------------------------------------------------------------------
  30. [INFO] BUILD FAILURE
  31. [INFO] ------------------------------------------------------------------------
  32. [INFO] Total time: 17:35 min
  33. [INFO] Finished at: 2022-12-02T22:14:27+03:00
  34. [INFO] ------------------------------------------------------------------------
  35. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy-file (default-cli) on project standalone: Failed to deploy artifacts: Could not transfer artifact org.openmrs.contrib:ciel-dictionary:zip:2.3_20221104 from/to openmrs-repo-contrib (https://mavenrepo.openmrs.org/nexus/content/repositories/contrib): Transfer failed for https://mavenrepo.openmrs.org/nexus/content/repositories/contrib/org/openmrs/contrib/ciel-dictionary/2.3_20221104/ciel-dictionary-2.3_20221104.zip 401 Unauthorized -> [Help 1]
  36. [ERROR]
  37. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  38. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  39. [ERROR]
  40. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  41. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  42.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement