Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1.  
  2. Cliff@Cliff-PC MINGW64 ~/Desktop/sdk (stable2)
  3. $ mvn install:install-file -Dfile=./openmrs-sdk-maven-plugin-3.13.3-SNAPSHOT.jar -DpomFile=./pom.xml
  4. [INFO] Scanning for projects...
  5. [ERROR] [ERROR] Some problems were encountered while processing the POMs:
  6. [ERROR] Child module C:\Users\Cliff\Desktop\sdk\archetype-module-refapp of C:\Users\Cliff\Desktop\sdk\pom.xml does not exist @
  7. [ERROR] Child module C:\Users\Cliff\Desktop\sdk\archetype-module-platform of C:\Users\Cliff\Desktop\sdk\pom.xml does not exist @
  8. [ERROR] Child module C:\Users\Cliff\Desktop\sdk\archetype-submodule-owa of C:\Users\Cliff\Desktop\sdk\pom.xml does not exist @
  9. [ERROR] Child module C:\Users\Cliff\Desktop\sdk\docker-maven-plugin of C:\Users\Cliff\Desktop\sdk\pom.xml does not exist @
  10. [ERROR] Child module C:\Users\Cliff\Desktop\sdk\maven-plugin of C:\Users\Cliff\Desktop\sdk\pom.xml does not exist @
  11. [ERROR] Child module C:\Users\Cliff\Desktop\sdk\integration-tests of C:\Users\Cliff\Desktop\sdk\pom.xml does not exist @
  12. @
  13. [ERROR] The build could not read 1 project -> [Help 1]
  14. [ERROR]
  15. [ERROR] The project org.openmrs.maven:openmrs-sdk:3.13.3-SNAPSHOT (C:\Users\Cliff\Desktop\sdk\pom.xml) has 6 errors
  16. [ERROR] Child module C:\Users\Cliff\Desktop\sdk\archetype-module-refapp of C:\Users\Cliff\Desktop\sdk\pom.xml does not exist
  17. [ERROR] Child module C:\Users\Cliff\Desktop\sdk\archetype-module-platform of C:\Users\Cliff\Desktop\sdk\pom.xml does not exist
  18. [ERROR] Child module C:\Users\Cliff\Desktop\sdk\archetype-submodule-owa of C:\Users\Cliff\Desktop\sdk\pom.xml does not exist
  19. [ERROR] Child module C:\Users\Cliff\Desktop\sdk\docker-maven-plugin of C:\Users\Cliff\Desktop\sdk\pom.xml does not exist
  20. [ERROR] Child module C:\Users\Cliff\Desktop\sdk\maven-plugin of C:\Users\Cliff\Desktop\sdk\pom.xml does not exist
  21. [ERROR] Child module C:\Users\Cliff\Desktop\sdk\integration-tests of C:\Users\Cliff\Desktop\sdk\pom.xml does not exist
  22. [ERROR]
  23. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  24. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  25. [ERROR]
  26. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  27. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement