I am new to maven and camel.
I tried executing the examples in camel book. And I am getting this error when I run the following command.
Command:
I got the error also
[ERROR] Unknown lifecycle phase "pacakge". You must specify a valid lifecycle phase or a goal in the format : or :[:]:. 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]
you may type wrong command change 'pacakge' to 'package'