Advertisement
Mhermank

Untitled

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