Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1.  
  2. Cliff@Cliff-PC MINGW64 ~/Desktop/project/openmrs-sdk (sdk-212)
  3. $ mvn install:install-file -Dfile=./openmrs-sdk-maven-plugin-3.13.3-SNAPSHOT.jar -DpomFile=./pom.xml
  4. [INFO] Scanning for projects...
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO] Reactor Build Order:
  7. [INFO]
  8. [INFO] OpenMRS SDK [pom]
  9. [INFO] OpenMRS Reference Application Module Maven Archetype [maven-archetype]
  10. [INFO] OpenMRS Platform Module Maven Archetype [maven-archetype]
  11. [INFO] OpenMRS OWA Submodule Maven Archetype [maven-archetype]
  12. [INFO] OpenMRS SDK Docker Maven Plugin [maven-plugin]
  13. [INFO] OpenMRS SDK Maven Plugin [maven-plugin]
  14. [INFO] OpenMRS SDK Integration Tests [jar]
  15. [INFO]
  16. [INFO] -------------------< org.openmrs.maven:openmrs-sdk >--------------------
  17. [INFO] Building OpenMRS SDK 3.13.3-SNAPSHOT [1/7]
  18. [INFO] --------------------------------[ pom ]---------------------------------
  19. [INFO]
  20. [INFO] --- maven-install-plugin:2.4:install-file (default-cli) @ openmrs-sdk ---
  21. [ERROR] The specified file 'C:\Users\Cliff\Desktop\project\openmrs-sdk\openmrs-sdk-maven-plugin-3.13.3-SNAPSHOT.jar' not exists
  22. [INFO] ------------------------------------------------------------------------
  23. [INFO] Reactor Summary for OpenMRS SDK 3.13.3-SNAPSHOT:
  24. [INFO]
  25. [INFO] OpenMRS SDK ........................................ FAILURE [ 0.362 s]
  26. [INFO] OpenMRS Reference Application Module Maven Archetype SKIPPED
  27. [INFO] OpenMRS Platform Module Maven Archetype ............ SKIPPED
  28. [INFO] OpenMRS OWA Submodule Maven Archetype .............. SKIPPED
  29. [INFO] OpenMRS SDK Docker Maven Plugin .................... SKIPPED
  30. [INFO] OpenMRS SDK Maven Plugin ........................... SKIPPED
  31. [INFO] OpenMRS SDK Integration Tests ...................... SKIPPED
  32. [INFO] ------------------------------------------------------------------------
  33. [INFO] BUILD FAILURE
  34. [INFO] ------------------------------------------------------------------------
  35. [INFO] Total time: 1.244 s
  36. [INFO] Finished at: 2019-03-25T11:46:02+03:00
  37. [INFO] ------------------------------------------------------------------------
  38. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install-file (default-cli) on project openmrs-sdk: The specified file 'C:\Users\Cliff\Desktop\project\openmrs-sdk\openmrs-sdk-maven-plugin-3.13.3-SNAPSHOT.jar' not exists -> [Help 1]
  39. [ERROR]
  40. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  41. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  42. [ERROR]
  43. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  44. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement