Advertisement
Guest User

Unknown lifecycle phase "and"

a guest
Feb 8th, 2022
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. Grace@DESKTOP-56898IK MINGW64 /e/openmrs-tickets/openmrs-contrib-qaframework/qaframework-bdd-tests (RATEST-302)
  2. $ npm run refapp2AddNewIdentifier
  3.  
  4. > openmrs-contrib-qaframework@0.1.0 refapp2AddNewIdentifier
  5. > mvn test -Dcucumber.filter.tags='@selenium and @addNewIdentifier'
  6.  
  7. [INFO] Scanning for projects...
  8. [WARNING]
  9. [WARNING] Some problems were encountered while building the effective model for org.openmrs.contrib:qaframework-bdd-tests:jar:1.0-SNAPSHOT
  10. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 183, 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-bdd-tests >--------------
  18. [INFO] Building qaframework-bdd-tests 1.0-SNAPSHOT
  19. [INFO] --------------------------------[ jar ]---------------------------------
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO] BUILD FAILURE
  22. [INFO] ------------------------------------------------------------------------
  23. [INFO] Total time: 0.834 s
  24. [INFO] Finished at: 2022-02-08T12:25:32+03: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. Grace@DESKTOP-56898IK MINGW64 /e/openmrs-tickets/openmrs-contrib-qaframework/qaframework-bdd-tests (RATEST-302)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement