Advertisement
Mhermank

Untitled

Aug 9th, 2021
1,247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.36 KB | None | 0 0
  1.  
  2. C:\Users\pc\openmrs-contrib-qaframework>npm run vitalsAndTriagingTest
  3.  
  4. > openmrs-contrib-qaframework@0.1.0 vitalsAndTriagingTest
  5. > mvn test -Dcucumber.filter.tags='@selenium and @vitals'
  6.  
  7. [INFO] Scanning for projects...
  8. [WARNING]
  9. [WARNING] Some problems were encountered while building the effective model for org.openmrs.contrib:qaframework:jar:1.0-SNAPSHOT
  10. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 143, column 21
  11. [WARNING]
  12. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  13. [WARNING]
  14. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  15. [WARNING]
  16. [INFO]
  17. [INFO] ------------------< org.openmrs.contrib:qaframework >-------------------
  18. [INFO] Building OpenMRS QA Framework 1.0-SNAPSHOT
  19. [INFO] --------------------------------[ jar ]---------------------------------
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO] BUILD FAILURE
  22. [INFO] ------------------------------------------------------------------------
  23. [INFO] Total time:  0.338 s
  24. [INFO] Finished at: 2021-08-08T23:24:59-07:00
  25. [INFO] ------------------------------------------------------------------------
  26. [ERROR] Unknown lifecycle phase "and". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1]
  27. [ERROR]
  28. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  29. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  30. [ERROR]
  31. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  32. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/LifecyclePhaseNotFoundException
  33.  
  34. C:\Users\pc\openmrs-contrib-qaframework>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement