Advertisement
Guest User

Untitled

a guest
Mar 1st, 2020
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1.  
  2. Cliff@Cliff-PC MINGW64 ~/Desktop/project/openmrs-module-htmlformentry (master)
  3. $ mvn clean install -DskipTests
  4. [INFO] Scanning for projects...
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO] Reactor Build Order:
  7. [INFO]
  8. [INFO] HTML Form Entry [pom]
  9. [INFO] HTML Form Entry API [jar]
  10. [INFO] htmlformentry Module api 1.9 [jar]
  11. [INFO] HTML Form Entry API 1.10 [jar]
  12. [INFO] htmlformentry Module api 2.0 [jar]
  13. [INFO] htmlformentry Module api 2.2 [jar]
  14. [INFO] HTML Form Entry API Tests [jar]
  15. [INFO] HTML Form Entry OMOD [jar]
  16. [INFO]
  17. [INFO] ------------------< org.openmrs.module:htmlformentry >------------------
  18. [INFO] Building HTML Form Entry 3.10.0-SNAPSHOT [1/8]
  19. [INFO] --------------------------------[ pom ]---------------------------------
  20. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml
  21. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml
  22. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml (1.1 kB at 193 B/s)
  23. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/apache/maven/plugins/maven-jar-plugin/maven-metadata.xml
  24. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-jar-plugin/maven-metadata.xml
  25. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-jar-plugin/maven-metadata.xml (894 B at 440 B/s)
  26. [INFO]
  27. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ htmlformentry ---
  28. [INFO]
  29. [INFO] --- maven-install-plugin:2.4:install (default-install) @ htmlformentry ---
  30. [INFO] Installing C:\Users\Cliff\Desktop\project\openmrs-module-htmlformentry\pom.xml to C:\Users\Cliff\.m2\repository\org\openmrs\module\htmlformentry\3.10.0-SNAPSHOT\htmlformentry-3.10.0-SNAPSHOT.pom
  31. [INFO]
  32. [INFO] ----------------< org.openmrs.module:htmlformentry-api >----------------
  33. [INFO] Building HTML Form Entry API 3.10.0-SNAPSHOT [2/8]
  34. [INFO] --------------------------------[ jar ]---------------------------------
  35. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/api/openmrs-api/1.9.9/openmrs-api-1.9.9-tests.jar
  36. Downloading from openmrs-repo-thirdparty: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/org/openmrs/api/openmrs-api/1.9.9/openmrs-api-1.9.9-tests.jar
  37. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/openmrs/api/openmrs-api/1.9.9/openmrs-api-1.9.9-tests.jar
  38. Downloading from central: https://repo.maven.apache.org/maven2/org/openmrs/api/openmrs-api/1.9.9/openmrs-api-1.9.9-tests.jar
  39. [INFO] ------------------------------------------------------------------------
  40. [INFO] Reactor Summary for HTML Form Entry 3.10.0-SNAPSHOT:
  41. [INFO]
  42. [INFO] HTML Form Entry .................................... SUCCESS [ 20.168 s]
  43. [INFO] HTML Form Entry API ................................ FAILURE [ 13.830 s]
  44. [INFO] htmlformentry Module api 1.9 ....................... SKIPPED
  45. [INFO] HTML Form Entry API 1.10 ........................... SKIPPED
  46. [INFO] htmlformentry Module api 2.0 ....................... SKIPPED
  47. [INFO] htmlformentry Module api 2.2 ....................... SKIPPED
  48. [INFO] HTML Form Entry API Tests .......................... SKIPPED
  49. [INFO] HTML Form Entry OMOD ............................... SKIPPED
  50. [INFO] ------------------------------------------------------------------------
  51. [INFO] BUILD FAILURE
  52. [INFO] ------------------------------------------------------------------------
  53. [INFO] Total time: 35.600 s
  54. [INFO] Finished at: 2020-03-01T09:19:29+03:00
  55. [INFO] ------------------------------------------------------------------------
  56. [ERROR] Failed to execute goal on project htmlformentry-api: Could not resolve dependencies for project org.openmrs.module:htmlformentry-api:jar:3.10.0-SNAPSHOT: Could not transfer artifact org.openmrs.api:openmrs-api:jar:tests:1.9.9 from/to openmrs-repo (http://mavenrepo.openmrs.org/nexus/content/repositories/public): Connection reset -> [Help 1]
  57. [ERROR]
  58. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  59. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  60. [ERROR]
  61. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  62. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
  63. [ERROR]
  64. [ERROR] After correcting the problems, you can resume the build with the command
  65. [ERROR] mvn <goals> -rf :htmlformentry-api
  66.  
  67. Cliff@Cliff-PC MINGW64 ~/Desktop/project/openmrs-module-htmlformentry (master)
  68. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement