Advertisement
kdaud

OpenMRS SDK

Jul 27th, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.42 KB | None | 0 0
  1. Admin@DESKTOP-284VOC9 MINGW64 ~
  2. $ mvn openmrs-sdk:setup -DserverId=webservices-dev -Dplatform=2.0.0
  3. [INFO] Scanning for projects...
  4. [INFO]
  5. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  6. [INFO] Building Maven Stub Project (No POM) 1
  7. [INFO] --------------------------------[ pom ]---------------------------------
  8. [INFO]
  9. [INFO] --- openmrs-sdk-maven-plugin:3.13.2:setup (default-cli) @ standalone-pom ---
  10.  
  11. Setting up a new server...
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO] BUILD FAILURE
  14. [INFO] ------------------------------------------------------------------------
  15. [INFO] Total time:  5.053 s
  16. [INFO] Finished at: 2019-07-28T06:49:58+03:00
  17. [INFO] ------------------------------------------------------------------------
  18. [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:3.13.2:setup (default-cli) on project standalone-pom: Cannot create server: directory with name webservices-dev already exists -> [Help 1]
  19. [ERROR]
  20. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  21. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  22. [ERROR]
  23. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  24. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  25.  
  26. Admin@DESKTOP-284VOC9 MINGW64 ~
  27. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement