Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2021
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.12 KB | None | 0 0
  1. irynah@irynah-Vostro-3560:/media/irynah/DATA/0NEW-108G/0PROJECTS/OpenMRS-projects/openmrs-distro-referenceapplication$ mvn clean install
  2. [INFO] Scanning for projects...
  3. [WARNING]
  4. [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication-ui-tests:jar:2.12.0-SNAPSHOT
  5. [WARNING] 'version' contains an expression but should be a constant. @ org.openmrs.distro:referenceapplication-ui-tests:${parent.version}, /media/irynah/DATA/0NEW-108G/0PROJECTS/OpenMRS-projects/openmrs-distro-referenceapplication/ui-tests/pom.xml, line 7, column 14
  6. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.openmrs.distro:referenceapplication-ui-tests:${parent.version}, /media/irynah/DATA/0NEW-108G/0PROJECTS/OpenMRS-projects/openmrs-distro-referenceapplication/ui-tests/pom.xml, line 97, column 21
  7. [WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead. @ org.openmrs.distro:referenceapplication-ui-tests:${parent.version}, /media/irynah/DATA/0NEW-108G/0PROJECTS/OpenMRS-projects/openmrs-distro-referenceapplication/ui-tests/pom.xml
  8. [WARNING]
  9. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  10. [WARNING]
  11. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  12. [WARNING]
  13. [INFO] ------------------------------------------------------------------------
  14. [INFO] Reactor Build Order:
  15. [INFO]
  16. [INFO] Reference Application Distribution [pom]
  17. [INFO] Reference Application Distribution Package [jar]
  18. [INFO] Reference Application Distribution UI Tests [jar]
  19. [INFO]
  20. [INFO] --------------< org.openmrs.distro:referenceapplication >---------------
  21. [INFO] Building Reference Application Distribution 2.12.0-SNAPSHOT [1/3]
  22. [INFO] --------------------------------[ pom ]---------------------------------
  23. [INFO]
  24. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ referenceapplication ---
  25. [INFO]
  26. [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication ---
  27. [INFO] Installing /media/irynah/DATA/0NEW-108G/0PROJECTS/OpenMRS-projects/openmrs-distro-referenceapplication/pom.xml to /home/irynah/.m2/repository/org/openmrs/distro/referenceapplication/2.12.0-SNAPSHOT/referenceapplication-2.12.0-SNAPSHOT.pom
  28. [INFO]
  29. [INFO] ----------< org.openmrs.distro:referenceapplication-package >-----------
  30. [INFO] Building Reference Application Distribution Package 2.12.0-SNAPSHOT [2/3]
  31. [INFO] --------------------------------[ jar ]---------------------------------
  32. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/api/openmrs-api/2.4.0/openmrs-api-2.4.0.jar
  33. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/api/openmrs-api/2.4.0/openmrs-api-2.4.0-tests.jar
  34. Downloading from archetype: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/api/openmrs-api/2.4.0/openmrs-api-2.4.0.jar
  35. Downloading from archetype: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/api/openmrs-api/2.4.0/openmrs-api-2.4.0-tests.jar
  36. [INFO] ------------------------------------------------------------------------
  37. [INFO] Reactor Summary for Reference Application Distribution 2.12.0-SNAPSHOT:
  38. [INFO]
  39. [INFO] Reference Application Distribution ................. SUCCESS [ 0.606 s]
  40. [INFO] Reference Application Distribution Package ......... FAILURE [ 7.207 s]
  41. [INFO] Reference Application Distribution UI Tests ........ SKIPPED
  42. [INFO] ------------------------------------------------------------------------
  43. [INFO] BUILD FAILURE
  44. [INFO] ------------------------------------------------------------------------
  45. [INFO] Total time: 8.236 s
  46. [INFO] Finished at: 2021-02-23T14:18:05+03:00
  47. [INFO] ------------------------------------------------------------------------
  48. [ERROR] Failed to execute goal on project referenceapplication-package: Could not resolve dependencies for project org.openmrs.distro:referenceapplication-package:jar:2.12.0-SNAPSHOT: The following artifacts could not be resolved: org.openmrs.api:openmrs-api:jar:2.4.0, org.openmrs.api:openmrs-api:jar:tests:2.4.0: Could not transfer artifact org.openmrs.api:openmrs-api:jar:2.4.0 from/to openmrs-repo (http://mavenrepo.openmrs.org/nexus/content/repositories/public): Connection reset -> [Help 1]
  49. [ERROR]
  50. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  51. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  52. [ERROR]
  53. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  54. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
  55. [ERROR]
  56. [ERROR] After correcting the problems, you can resume the build with the command
  57. [ERROR] mvn <goals> -rf :referenceapplication-package
  58. irynah@irynah-Vostro-3560:/media/irynah/DATA/0NEW-108G/0PROJECTS/OpenMRS-projects/openmrs-distro-referenceapplication$
  59.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement