Advertisement
Guest User

Untitled

a guest
Jan 15th, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] Reactor Build Order:
  4. [INFO]
  5. [INFO] Export CCD Module
  6. [INFO] Export CCD Module API
  7. [INFO] Export CCD Module OMOD
  8. [INFO]
  9. [INFO] ------------------------------------------------------------------------
  10. [INFO] Building Export CCD Module 1.0
  11. [INFO] ------------------------------------------------------------------------
  12. [INFO]
  13. [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ exportccd ---
  14. [INFO] Installing C:\workspace\exportccd\trunk\pom.xml to C:\Users\Deepa\.m2\repository\org\openmrs\module\exportccd\1.0\exportccd-1.0.pom
  15. [INFO]
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO] Building Export CCD Module API 1.0
  18. [INFO] ------------------------------------------------------------------------
  19. [WARNING] The POM for org.eclipse.emf:ecore:jar:2.5.0.v200906151043 is missing, no dependency information available
  20. [WARNING] The POM for org.openhealthtools.mdht.uml:cda:jar:1.0.0.201109121753 is missing, no dependency information available
  21. [WARNING] The POM for org.openhealthtools.mdht.uml.hl7:rim:jar:1.0.0.201109121753 is missing, no dependency information available
  22. [WARNING] The POM for org.openhealthtools.mdht.uml.hl7:vocab:jar:1.0.0.201109121753 is missing, no dependency information available
  23. [INFO] ------------------------------------------------------------------------
  24. [INFO] Reactor Summary:
  25. [INFO]
  26. [INFO] Export CCD Module ................................. SUCCESS [0.304s]
  27. [INFO] Export CCD Module API ............................. FAILURE [21.772s]
  28. [INFO] Export CCD Module OMOD ............................ SKIPPED
  29. [INFO] ------------------------------------------------------------------------
  30. [INFO] BUILD FAILURE
  31. [INFO] ------------------------------------------------------------------------
  32. [INFO] Total time: 22.539s
  33. [INFO] Finished at: Tue Jan 15 16:46:59 IST 2013
  34. [INFO] Final Memory: 7M/16M
  35. [INFO] ------------------------------------------------------------------------
  36. [ERROR] Failed to execute goal on project exportccd-api: Could not resolve dependencies for project org.openmrs.module:exportccd-api:jar:1.0: The following artifacts could not be resolved: org.eclipse.emf:ecore:jar:2.5.0.v200906151043, org.openhealthtools.mdht.uml:cda:jar:1.0.0.201109121753, org.openhealthtools.mdht.uml.hl7:datatypes:jar:1.0.0.201109121753, org.openhealthtools.mdht.uml.hl7:rim:jar:1.0.0.201109121753, org.openhealthtools.mdht.uml.hl7:vocab:jar:1.0.0.201109121753: Failure to find org.eclipse.emf:ecore:jar:2.5.0.v200906151043 in http://mavenrepo.openmrs.org/nexus/content/repositories/public was cached in the local repository, resolution will not be reattempted until the update interval of openmrs-repo has elapsed or updates are forced -> [Help 1]
  37. [ERROR]
  38. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  39. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  40. [ERROR]
  41. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  42. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
  43. [ERROR]
  44. [ERROR] After correcting the problems, you can resume the build with the command
  45. [ERROR] mvn <goals> -rf :exportccd-api
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement